diff options
| -rw-r--r-- | lisp/progmodes/sh-script.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 39e970714c3..7a9e6c7422d 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el | |||
| @@ -2430,8 +2430,8 @@ whose value is the shell name (don't quote it)." | |||
| 2430 | (funcall mksym "rules") | 2430 | (funcall mksym "rules") |
| 2431 | :forward-token (funcall mksym "forward-token") | 2431 | :forward-token (funcall mksym "forward-token") |
| 2432 | :backward-token (funcall mksym "backward-token"))) | 2432 | :backward-token (funcall mksym "backward-token"))) |
| 2433 | (setq-local parse-sexp-lookup-properties t) | ||
| 2433 | (unless sh-use-smie | 2434 | (unless sh-use-smie |
| 2434 | (setq-local parse-sexp-lookup-properties t) | ||
| 2435 | (setq-local sh-kw-alist (sh-feature sh-kw)) | 2435 | (setq-local sh-kw-alist (sh-feature sh-kw)) |
| 2436 | (let ((regexp (sh-feature sh-kws-for-done))) | 2436 | (let ((regexp (sh-feature sh-kws-for-done))) |
| 2437 | (if regexp | 2437 | (if regexp |