summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@imladris.local>2016-06-12 22:21:01 +0200
committerJose Antonio Ortega Ruiz <jao@imladris.local>2016-06-12 22:21:01 +0200
commita41bb70f7d58a59c7a931030b800cbffb9777d9f (patch)
treef84175a23f30c7cf3bf0a70f64475953ff27946f
parent8dd9e3f640b52b0ef32f65a6f247fcb61eaf4c0c (diff)
downloadgeiser-a41bb70f7d58a59c7a931030b800cbffb9777d9f.tar.gz
geiser-a41bb70f7d58a59c7a931030b800cbffb9777d9f.tar.bz2
Fix for the by now famous syntax keywords patch
-rw-r--r--elisp/geiser-syntax.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/geiser-syntax.el b/elisp/geiser-syntax.el
index fb579e7..1be0427 100644
--- a/elisp/geiser-syntax.el
+++ b/elisp/geiser-syntax.el
@@ -479,7 +479,7 @@ implementation-specific entries for font-lock-keywords.")
(defun geiser-syntax--font-lock-buffer ()
(or (get-buffer geiser-syntax--font-lock-buffer-name)
- (let ((buffer (get-buffer-create geiser-syntax--font-lock-buffer)))
+ (let ((buffer (get-buffer-create geiser-syntax--font-lock-buffer-name)))
(set-buffer buffer)
(let ((geiser-default-implementation
(or geiser-default-implementation