emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/wid-edit.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/wid-edit.el
Date: Thu, 26 Jan 2006 17:59:01 +0000

Index: emacs/lisp/wid-edit.el
diff -u emacs/lisp/wid-edit.el:1.161 emacs/lisp/wid-edit.el:1.162
--- emacs/lisp/wid-edit.el:1.161        Fri Jan 13 19:56:10 2006
+++ emacs/lisp/wid-edit.el      Thu Jan 26 17:59:01 2006
@@ -850,11 +850,14 @@
 ;;; Keymap and Commands.
 
 ;;;###autoload
+(defalias 'advertised-widget-backward 'widget-backward)
+
+;;;###autoload
 (defvar widget-keymap
   (let ((map (make-sparse-keymap)))
     (define-key map "\t" 'widget-forward)
     (define-key map "\e\t" 'widget-backward)
-    (define-key map [(shift tab)] 'widget-backward)
+    (define-key map [(shift tab)] 'advertised-widget-backward)
     (define-key map [backtab] 'widget-backward)
     (define-key map [down-mouse-2] 'widget-button-click)
     (define-key map "\C-m" 'widget-button-press)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]