aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorThierry Volpiatto2014-09-04 10:49:56 -0400
committerStefan Monnier2014-09-04 10:49:56 -0400
commite77bcfa34d3dfd0efb6ffb40e4035374e22143fc (patch)
treeedbf705069b7b6797c0280c9d1aea445128cf5ec /lisp/ChangeLog
parentbaff67fcd5d64af9d218204111d2566ae408c967 (diff)
downloademacs-e77bcfa34d3dfd0efb6ffb40e4035374e22143fc.tar.gz
emacs-e77bcfa34d3dfd0efb6ffb40e4035374e22143fc.zip
* lisp/emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Handle the
case where we're currently providing part of the &rest arg after some &key args, as in define-ibuffer-op. Fixes: debbugs:18048
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d8c48287c14..78d3cf56321 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12014-09-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2
3 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Handle the
4 case where we're currently providing part of the &rest arg after some
5 &key args, as in define-ibuffer-op (bug#18048).
6
12014-09-03 Stefan Monnier <monnier@iro.umontreal.ca> 72014-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2 8
3 * progmodes/which-func.el (which-func-ff-hook): Obey pre-existing 9 * progmodes/which-func.el (which-func-ff-hook): Obey pre-existing