]> git.eshelyaron.com Git - emacs.git/commitdiff
Make sh-mode always use p-s-lookup-properties
authorNoam Postavsky <npostavs@gmail.com>
Fri, 8 Jul 2016 01:14:48 +0000 (21:14 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Sat, 6 Aug 2016 20:16:02 +0000 (16:16 -0400)
This lets functions which rely on syntax-propertize for parsing
work correctly even before font lock has a chance to run.

* lisp/progmodes/sh-script.el (sh-set-shell): Set
parse-sexp-lookup-properties unconditionally (Bug #4920).

lisp/progmodes/sh-script.el

index 39e970714c3e8b73110a110966038a4c3fdf4b0c..7a9e6c7422d1e88459be475eeb4e35660d48865a 100644 (file)
@@ -2430,8 +2430,8 @@ whose value is the shell name (don't quote it)."
                       (funcall mksym "rules")
                       :forward-token  (funcall mksym "forward-token")
                       :backward-token (funcall mksym "backward-token")))
+        (setq-local parse-sexp-lookup-properties t)
         (unless sh-use-smie
-          (setq-local parse-sexp-lookup-properties t)
           (setq-local sh-kw-alist (sh-feature sh-kw))
           (let ((regexp (sh-feature sh-kws-for-done)))
             (if regexp