summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTino Calancha <f92capac@gmail.com>2016-04-25 19:27:06 +0200
committerLars Magne Ingebrigtsen <larsi@gnus.org>2016-04-25 19:27:42 +0200
commitf069d854508946bcc03e4c77ceb430748e3ab6d7 (patch)
tree066fd5f5d9d1ef153bc87bc70fb798ffb7a4482b /etc
parentdb2ee1cd63ebebbe52099a1442dbc47f74135e5b (diff)
; Run find-function-after-hook after finding a symbol
* lisp/emacs-lisp/find-func.el (find-library): * lisp/help-mode.el (help-function-def, help-variable-def): Run `find-function-after-hook' inside the help-function of the buttons (bug#22583).
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index eff5472e1b..6bdb648a7b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -56,7 +56,10 @@ affected by this, as SGI stopped supporting IRIX in December 2013.
* Changes in Emacs 25.2
---
+** `find-library', `help-function-def' and `help-variable-def' now run
+`find-function-after-hook'.
+
+---
** 'process-attributes' on Darwin systems now returns more information.
+++