aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-12-15 22:39:21 +0000
committerRichard M. Stallman2007-12-15 22:39:21 +0000
commitd83b2f141513bad557e2cf0e7751e7cfdf1e975e (patch)
treefb020bcfb4ce4ae22f199145989c967fc2f80bba
parent274bcfe0da6a0fcd91088c09b60fa771bb1b591d (diff)
downloademacs-d83b2f141513bad557e2cf0e7751e7cfdf1e975e.tar.gz
emacs-d83b2f141513bad557e2cf0e7751e7cfdf1e975e.zip
(find-function-after-hook): Add :type.
-rw-r--r--lisp/ChangeLog13
-rw-r--r--lisp/emacs-lisp/find-func.el1
2 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 697fd4d3e31..1de9482c041 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,16 @@
12007-12-15 Richard Stallman <rms@gnu.org>
2
3 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
4
5 * info.el (Info-clone-buffer): Renamed from Info-clone-buffer-hook.
6 Use changed.
7
8 * startup.el (fancy-splash-help-echo): Var deleted.
9 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
10 (fancy-about-screen): Don't display fancy-splash-help-echo.
11
12 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
13
12007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org> 142007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
2 15
3 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite. 16 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
diff --git a/lisp/emacs-lisp/find-func.el b/lisp/emacs-lisp/find-func.el
index ede196721ae..fde70a173cc 100644
--- a/lisp/emacs-lisp/find-func.el
+++ b/lisp/emacs-lisp/find-func.el
@@ -135,6 +135,7 @@ See `find-function' and `find-variable'."
135 "Hook run after finding symbol definition. 135 "Hook run after finding symbol definition.
136 136
137See the functions `find-function' and `find-variable'." 137See the functions `find-function' and `find-variable'."
138 :type 'hook
138 :group 'find-function 139 :group 'find-function
139 :version "20.3") 140 :version "20.3")
140 141