diff options
| author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-11-26 16:11:45 +0100 | 
|---|---|---|
| committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-11-26 16:11:45 +0100 | 
| commit | b75fc65377be3253a88d8e2f2de894bc414c1c99 (patch) | |
| tree | 287eff51ebef5df13ad1f74f76ac979403371185 /elisp | |
| parent | acd29c0391dfe8d255c34a61591943d85d821091 (diff) | |
| download | geiser-b75fc65377be3253a88d8e2f2de894bc414c1c99.tar.gz geiser-b75fc65377be3253a88d8e2f2de894bc414c1c99.tar.bz2 | |
Nit
Diffstat (limited to 'elisp')
| -rw-r--r-- | elisp/geiser-syntax.el | 2 | 
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) | 
