summaryrefslogtreecommitdiff
path: root/elisp/geiser-syntax.el
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2019-05-15 01:27:41 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2019-05-15 01:27:41 +0100
commita30d7dd09c5c96d31e8df749e51cdfc2c346445a (patch)
treecefe5ca2e76ea94f81a78f94f02173eedfbf23e4 /elisp/geiser-syntax.el
parent32f90158347e77aaceb80f79e80e58614ccfd018 (diff)
downloadgeiser-a30d7dd09c5c96d31e8df749e51cdfc2c346445a.tar.gz
geiser-a30d7dd09c5c96d31e8df749e51cdfc2c346445a.tar.bz2
Alias for font-lock-ensure (should fix #274)
Diffstat (limited to 'elisp/geiser-syntax.el')
-rw-r--r--elisp/geiser-syntax.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/elisp/geiser-syntax.el b/elisp/geiser-syntax.el
index 3cc875c..475a092 100644
--- a/elisp/geiser-syntax.el
+++ b/elisp/geiser-syntax.el
@@ -1,6 +1,6 @@
;;; geiser-syntax.el -- utilities for parsing scheme syntax
-;; Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Jose Antonio Ortega Ruiz
+;; Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2019 Jose Antonio Ortega Ruiz
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the Modified BSD License. You should
@@ -513,7 +513,7 @@ implementation-specific entries for font-lock-keywords.")
(or geiser-default-implementation
(car geiser-active-implementations))))
(scheme-mode))
- (font-lock-ensure)
+ (geiser--font-lock-ensure)
(let ((pos (point-min)) next)
(while (setq next (next-property-change pos))
;; Handle additional properties from font-lock, so as to