aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2014-05-05 17:33:07 -0400
committerGlenn Morris2014-05-05 17:33:07 -0400
commit6da8d069757fd26ee537704a9f0dea24dc5e00b8 (patch)
treeced4c72417f00aac34d6e40a8da67cfe07acf1ef /lisp/ChangeLog
parente6025d7240197bfd47cf649c5976533da6869a6e (diff)
downloademacs-6da8d069757fd26ee537704a9f0dea24dc5e00b8.tar.gz
emacs-6da8d069757fd26ee537704a9f0dea24dc5e00b8.zip
* lisp/help-fns.el (describe-function-1): Test for an autoload before a macro
since `macrop' works on autoloads. * test/automated/help-fns.el: New file. Fixes: debbugs:17410
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 9b21fd8cd66..3bbacb85e97 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12014-05-05 Glenn Morris <rgm@gnu.org>
2
3 * help-fns.el (describe-function-1): Test for an autoload before a
4 macro, since `macrop' works on autoloads. (Bug#17410)
5
12014-05-05 Stefan Monnier <monnier@iro.umontreal.ca> 62014-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * electric.el (electric-indent-functions-without-reindent): Add yaml. 8 * electric.el (electric-indent-functions-without-reindent): Add yaml.