* 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.
(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.