]> git.eshelyaron.com Git - emacs.git/commitdiff
Bind [S-tab] to [backtab].
authorJuri Linkov <juri@jurta.org>
Mon, 28 Nov 2005 21:20:28 +0000 (21:20 +0000)
committerJuri Linkov <juri@jurta.org>
Mon, 28 Nov 2005 21:20:28 +0000 (21:20 +0000)
lisp/ChangeLog
lisp/term/w32-win.el

index 41b8cdd54701660881ac47b9f64ee45f69eade19..404eda33c5dcb96bb3feeddcd4ae893dfe871cf8 100644 (file)
@@ -2,6 +2,11 @@
 
        * simple.el (quoted-insert): Let-bind input-method-function to nil.
 
+       * term/w32-win.el: Bind [S-tab] to [backtab].
+
+       * info.el (Info-fontify-node): Set 2nd arg `noerror' of
+       `Info-find-file' to t.
+
        * replace.el (occur-mode-mouse-goto): Pop, don't switch.
        (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
        and same-window-regexps.
index ffa7d606a95cfc857dd793b73e5ae451713821d8..aff6d032f06f39d1b226d4fbb75aa2913b5b36d5 100644 (file)
@@ -1039,6 +1039,8 @@ XConsortium: rgb.txt,v 10.41 94/02/20 18:39:36 rws Exp")
 (substitute-key-definition 'suspend-emacs 'iconify-or-deiconify-frame
                           global-map)
 
+(define-key function-key-map [S-tab] [backtab])
+
 \f
 ;;; Do the actual Windows setup here; the above code just defines
 ;;; functions and variables that we use now.