diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-06-14 00:32:42 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-06-14 00:32:42 +0200 |
commit | b14290365f60e5ddd6b547239c402404aa8be84b (patch) | |
tree | 485998b9075ac08fa3e86a5a29516b69b21a55fb | |
parent | b7d09aeebc74c5d806c1e1308ccdd84bca3c06cc (diff) | |
download | geiser-b14290365f60e5ddd6b547239c402404aa8be84b.tar.gz geiser-b14290365f60e5ddd6b547239c402404aa8be84b.tar.bz2 |
Half-baked code deactivated for now.
-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 040e122..5925742 100644 --- a/elisp/geiser-syntax.el +++ b/elisp/geiser-syntax.el @@ -209,7 +209,7 @@ (let ((path)) (save-excursion (save-restriction - (narrow-to-region (or begin (point-min)) (1+ (point))) +;; (narrow-to-region (or begin (point-min)) (1+ (point))) (geiser-syntax--skip-comment/string) (while (not (zerop (geiser-syntax--nesting-level))) (let ((boundary (1+ (point)))) |