From: Glenn Morris Date: Sun, 16 Nov 2008 23:33:14 +0000 (+0000) Subject: (advertised-widget-backward): Remove autoload cookie. X-Git-Tag: emacs-pretest-23.0.90~1767 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=60d61f434ce662f947169a37f237406cd113fa82;p=emacs.git (advertised-widget-backward): Remove autoload cookie. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 44b76e67f29..e01bbc8d548 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2008-11-16 Glenn Morris + * 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) diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el index 7323332ad2b..202ee215b14 100644 --- a/lisp/wid-edit.el +++ b/lisp/wid-edit.el @@ -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