diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-12-15 22:39:21 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-12-15 22:39:21 +0000 |
commit | d83b2f141513bad557e2cf0e7751e7cfdf1e975e (patch) | |
tree | fb020bcfb4ce4ae22f199145989c967fc2f80bba /lisp | |
parent | 274bcfe0da6a0fcd91088c09b60fa771bb1b591d (diff) | |
download | emacs-d83b2f141513bad557e2cf0e7751e7cfdf1e975e.tar.gz emacs-d83b2f141513bad557e2cf0e7751e7cfdf1e975e.tar.bz2 emacs-d83b2f141513bad557e2cf0e7751e7cfdf1e975e.zip |
(find-function-after-hook): Add :type.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 13 | ||||
-rw-r--r-- | lisp/emacs-lisp/find-func.el | 1 |
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 @@ +2007-12-15 Richard Stallman <rms@gnu.org> + + * emacs-lisp/find-func.el (find-function-after-hook): Add :type. + + * info.el (Info-clone-buffer): Renamed from Info-clone-buffer-hook. + Use changed. + + * startup.el (fancy-splash-help-echo): Var deleted. + (fancy-splash-insert): Get help-echo from (startup-echo-area-message). + (fancy-about-screen): Don't display fancy-splash-help-echo. + + * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text. + 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org> * 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'." "Hook run after finding symbol definition. See the functions `find-function' and `find-variable'." + :type 'hook :group 'find-function :version "20.3") |