diff options
| author | Glenn Morris | 2014-05-05 17:33:07 -0400 |
|---|---|---|
| committer | Glenn Morris | 2014-05-05 17:33:07 -0400 |
| commit | 6da8d069757fd26ee537704a9f0dea24dc5e00b8 (patch) | |
| tree | ced4c72417f00aac34d6e40a8da67cfe07acf1ef /lisp/ChangeLog | |
| parent | e6025d7240197bfd47cf649c5976533da6869a6e (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-05-05 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2014-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. |