From 60d61f434ce662f947169a37f237406cd113fa82 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 16 Nov 2008 23:33:14 +0000 Subject: [PATCH] (advertised-widget-backward): Remove autoload cookie. --- lisp/ChangeLog | 2 ++ lisp/wid-edit.el | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.2