mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-22 18:35:09 +00:00
(advertised-widget-backward): Remove autoload cookie.
This commit is contained in:
parent
f6542587fd
commit
60d61f434c
@ -1,5 +1,7 @@
|
||||
2008-11-16 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* wid-edit.el (advertised-widget-backward): Remove autoload cookie.
|
||||
|
||||
* cus-edit.el (custom-buffer-create-internal): Always insert the
|
||||
in-buffer buttons, regardless of tool-bar. (Bug#1326)
|
||||
|
||||
|
@ -860,7 +860,9 @@ button end points."
|
||||
|
||||
;;; Keymap and Commands.
|
||||
|
||||
;;;###autoload
|
||||
;; This alias exists only so that one can choose in doc-strings (e.g.
|
||||
;; Custom-mode) which key-binding of widget-keymap one wants to refer to.
|
||||
;; http://lists.gnu.org/archive/html/emacs-devel/2008-11/msg00480.html
|
||||
(defalias 'advertised-widget-backward 'widget-backward)
|
||||
|
||||
;;;###autoload
|
||||
|
Loading…
Reference in New Issue
Block a user