]> git.eshelyaron.com Git - emacs.git/commitdiff
Small fix for sh-font-lock-keywords-var bash entry.
authorGlenn Morris <rgm@gnu.org>
Thu, 17 Nov 2011 02:38:54 +0000 (21:38 -0500)
committerGlenn Morris <rgm@gnu.org>
Thu, 17 Nov 2011 02:38:54 +0000 (21:38 -0500)
* lisp/progmodes/sh-script.el (sh-font-lock-keywords-var):
Make bash entry derive from sh entry, not shell entry.

lisp/ChangeLog
lisp/progmodes/sh-script.el

index bfa5a940a7684ddcec41133a1daa99482aa463da..ccb115ec47190a399d895ee5712db9f5be2e6793 100644 (file)
@@ -1,3 +1,8 @@
+2011-11-17  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/sh-script.el (sh-font-lock-keywords-var):
+       Make bash entry derive from sh entry, not shell entry.
+
 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/tramp.el (tramp-handle-file-truename): Cache only the local
index 7b949134c6c1e75b357663167ac0b716c33b3ab4..da2b4e81577eb156a047918d88b387809f5f6ba5 100644 (file)
@@ -889,7 +889,7 @@ See `sh-feature'.")
          font-lock-variable-name-face))
 
     (rc sh-append es)
-    (bash sh-append shell ("\\$(\\(\\sw+\\)" (1 'sh-quoted-exec t) ))
+    (bash sh-append sh ("\\$(\\(\\sw+\\)" (1 'sh-quoted-exec t) ))
     (sh sh-append shell
        ;; Variable names.
        ("\\$\\({#?\\)?\\([[:alpha:]_][[:alnum:]_]*\\|[-#?@!]\\)" 2