mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 13:57:36 +00:00
(find-function-after-hook): Add :type.
This commit is contained in:
parent
274bcfe0da
commit
d83b2f1415
2 changed files with 14 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue