(sh-mode): parse-sexp-ignore-comments = t.
This commit is contained in:
parent
e26d162106
commit
a8fa6fc274
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue