aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2012-11-12 19:11:46 -0800
committerGlenn Morris2012-11-12 19:11:46 -0800
commit7b1bf1735e58fbadbe180d4bbbe3a00cf71baed4 (patch)
tree915ff00197aae7f1fa4f851048b2b36d174a3d5c /etc
parentf8705f6e3102454bf1e3213956eb3ac8160ff047 (diff)
downloademacs-7b1bf1735e58fbadbe180d4bbbe3a00cf71baed4.tar.gz
emacs-7b1bf1735e58fbadbe180d4bbbe3a00cf71baed4.zip
Use new names for hooks rather than obsolete aliases
* lisp/cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string): * lisp/cedet/semantic/util.el (semantic-describe-buffer): * lisp/cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token) (semantic-default-c-setup): * lisp/emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke): * lisp/gnus/gnus-diary.el (nndiary-request-create-group-functions) (nndiary-request-update-info-functions) (gnus-subscribe-newsgroup-functions) (nndiary-request-accept-article-functions): * lisp/net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Use new names for hooks rather than obsolete aliases. * lisp/arc-mode.el: * lisp/emacs-lisp/checkdoc.el: Related comments. * etc/NEWS: Related markup.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 623b40bb64f..00106469415 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -629,6 +629,7 @@ enabled.
629 629
630** FIXME something happened to ses.el, 2012-04-17. 630** FIXME something happened to ses.el, 2012-04-17.
631 631
632+++
632** Hooks renamed to avoid obsolete "-hooks" suffix: 633** Hooks renamed to avoid obsolete "-hooks" suffix:
633*** semantic-lex-reset-hooks -> semantic-lex-reset-functions 634*** semantic-lex-reset-hooks -> semantic-lex-reset-functions
634*** semantic-change-hooks -> semantic-change-functions 635*** semantic-change-hooks -> semantic-change-functions