summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2010-11-26 16:11:45 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2010-11-26 16:11:45 +0100
commit931c38b796dd90897c7039aa7a9afde70131dbb8 (patch)
treedce8caa7cd61dee3541d1d29d5b79f7b47a9a01e
parent18250d15e5f80deca6d6db10c8deda7b58efa0ba (diff)
downloadgeiser-chez-931c38b796dd90897c7039aa7a9afde70131dbb8.tar.gz
geiser-chez-931c38b796dd90897c7039aa7a9afde70131dbb8.tar.bz2
Nit
-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 65c4813..2bfc1c7 100644
--- a/elisp/geiser-syntax.el
+++ b/elisp/geiser-syntax.el
@@ -257,7 +257,7 @@ implementation-specific entries for font-lock-keywords.")
(when (<= (point) boundary)
(forward-sexp)
(let ((s (symbol-at-point)))
- (when (not (eq s '.)) (push (symbol-at-point) elems))))))
+ (when (not (eq s '.)) (push s elems))))))
(nreverse elems)))))
(defun geiser-syntax--scan-sexps (&optional begin)