aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2008-11-16 23:33:14 +0000
committerGlenn Morris <[email protected]>2008-11-16 23:33:14 +0000
commit60d61f434ce662f947169a37f237406cd113fa82 (patch)
tree0cca3ea41bd99be3151c9e6f5215891831b7f623 /lisp
parentf6542587fda4c81987e3c4e90855fd754de110a4 (diff)
(advertised-widget-backward): Remove autoload cookie.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/wid-edit.el4
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 44b76e67f2..e01bbc8d54 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2008-11-16 Glenn Morris <[email protected]>
+ * 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 7323332ad2..202ee215b1 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