diff options
| author | Stefan Monnier | 2012-08-13 17:23:09 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-08-13 17:23:09 -0400 |
| commit | 3c98c9629581c4bfcaaa5e3bb21ec543286751a7 (patch) | |
| tree | c5b0be468d7b8901d0045e89e7f5b43f399d3a6b /lisp/ChangeLog | |
| parent | ca06f160f428224a98cbd6e3ea0dac89b99119ef (diff) | |
| download | emacs-3c98c9629581c4bfcaaa5e3bb21ec543286751a7.tar.gz emacs-3c98c9629581c4bfcaaa5e3bb21ec543286751a7.zip | |
* lisp/subr.el (function-get): Refine `autoload' arg so it can also
autoload functions for gv.el.
* lisp/emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
autoloads macros.
Fixes: debbugs:12191
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 2cbf94c0ee7..6ccbb69a919 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * subr.el (function-get): Refine `autoload' arg so it can also | ||
| 4 | autoload functions for gv.el (bug#12191). | ||
| 5 | * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only | ||
| 6 | autoloads macros. | ||
| 7 | |||
| 3 | * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000): | 8 | * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000): |
| 4 | Prefer pcase-let over destructuring-bind. | 9 | Prefer pcase-let over destructuring-bind. |
| 5 | * vc/diff-mode.el (diff-remove-trailing-whitespace): Same. | 10 | * vc/diff-mode.el (diff-remove-trailing-whitespace): Same. |