1
0
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:
Glenn Morris 2008-11-16 23:33:14 +00:00
parent f6542587fd
commit 60d61f434c
2 changed files with 5 additions and 1 deletions

View File

@ -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)

View File

@ -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