aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2014-03-05 13:58:16 -0500
committerGlenn Morris2014-03-05 13:58:16 -0500
commitbd2d43dc7461cc3d8cdcecf069fc275baf60c842 (patch)
tree2892cf862f0e882031d9292815180c302a6535b8 /lisp/ChangeLog
parent6952100dc3abfd9df124ca45d924a18b654d2de3 (diff)
downloademacs-bd2d43dc7461cc3d8cdcecf069fc275baf60c842.tar.gz
emacs-bd2d43dc7461cc3d8cdcecf069fc275baf60c842.zip
Recognize dash shell
* lisp/files.el (interpreter-mode-alist): * lisp/progmodes/sh-script.el (sh-ancestor-alist): Add dash. Fixes: debbugs:16938
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 73ced85d796..0ccc3f7efa1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12014-03-05 Glenn Morris <rgm@gnu.org>
2
3 * files.el (interpreter-mode-alist):
4 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
5
12014-03-05 Juanma Barranquero <lekktu@gmail.com> 62014-03-05 Juanma Barranquero <lekktu@gmail.com>
2 7
3 * frameset.el (frameset--initial-params): Filter out null entries. 8 * frameset.el (frameset--initial-params): Filter out null entries.