Mercurial > emacs
changeset 99636:13733bb0d942
(advertised-widget-backward): Remove autoload cookie.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 16 Nov 2008 23:33:04 +0000 |
parents | 45b0af31840f |
children | 4c2e64d2137d |
files | lisp/wid-edit.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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