diff options
-rw-r--r-- | lisp/progmodes/sh-script.el | 2 |
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 |