aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorBastien Guerry2014-01-17 14:05:09 +0100
committerBastien Guerry2014-01-17 14:05:09 +0100
commit2afb07b2e13f0f04d943b3ec5f0d773c9fdddcc6 (patch)
treead29ac3e1747f33eb594dab62fe48268e9fcca55 /lisp/ChangeLog
parent1a98c36400c01f862e1ec9c35c5818aaebdeae92 (diff)
downloademacs-2afb07b2e13f0f04d943b3ec5f0d773c9fdddcc6.tar.gz
emacs-2afb07b2e13f0f04d943b3ec5f0d773c9fdddcc6.zip
* simple.el (define-alternatives): Fix docstring by advising
developers to (defvar COMMAND-alternatives).
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 25c4e9e75b7..e8057c3c386 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12014-01-17 Bastien Guerry <bzg@gnu.org>
2
3 * simple.el (define-alternatives): Fix docstring by advising
4 developers to (defvar COMMAND-alternatives).
5
12014-01-17 Dmitry Gutov <dgutov@yandex.ru> 62014-01-17 Dmitry Gutov <dgutov@yandex.ru>
2 7
3 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant. 8 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.