summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-07-19 21:58:03 +0000
committerRichard M. Stallman <rms@gnu.org>1998-07-19 21:58:03 +0000
commit7c331bda62fef48bf62a12f3d3c49ceea6d71451 (patch)
treeae8401019d5312df178a4e70f2eb652a06aaa12a
parent4f79b3f152bde1b750457722b7de0558c7be435c (diff)
downloademacs-7c331bda62fef48bf62a12f3d3c49ceea6d71451.tar.gz
(sh-mode): parse-sexp-ignore-comments = t.
-rw-r--r--lisp/progmodes/sh-script.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el
index 8b5e1d5deb0..acae86db2f3 100644
--- a/lisp/progmodes/sh-script.el
+++ b/lisp/progmodes/sh-script.el
@@ -759,6 +759,8 @@ with your script for an edit-interpret-debug cycle."
(current-column)))))
skeleton-filter 'sh-feature
skeleton-newline-indent-rigidly t)
+ (make-local-variable 'parse-sexp-ignore-comments)
+ (setq parse-sexp-ignore-comments t)
;; Parse or insert magic number for exec, and set all variables depending
;; on the shell thus determined.
(let ((interpreter