]> git.eshelyaron.com Git - emacs.git/commitdiff
(advertised-widget-backward): Remove autoload cookie.
authorGlenn Morris <rgm@gnu.org>
Sun, 16 Nov 2008 23:33:14 +0000 (23:33 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 16 Nov 2008 23:33:14 +0000 (23:33 +0000)
lisp/ChangeLog
lisp/wid-edit.el

index 44b76e67f292ca9ff4f0d91c957ffdae7d31ec09..e01bbc8d548f3ec65abf9f4d0fc68a63c962f5a9 100644 (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)
 
index 7323332ad2bdbba787a667f9e484cf17ae882bf7..202ee215b148b3bedcd058d6db509f2040603501 100644 (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