# HG changeset patch # User Glenn Morris # Date 1226878384 0 # Node ID 13733bb0d94229715eb1e54b1ccf2019179c4018 # Parent 45b0af31840f08fab443cf1887a84cf1f214b1ab (advertised-widget-backward): Remove autoload cookie. diff -r 45b0af31840f -r 13733bb0d942 lisp/wid-edit.el --- a/lisp/wid-edit.el Sun Nov 16 23:27:52 2008 +0000 +++ b/lisp/wid-edit.el Sun Nov 16 23:33:04 2008 +0000 @@ -860,7 +860,9 @@ ;;; 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