aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero2005-08-31 13:52:51 +0000
committerJuanma Barranquero2005-08-31 13:52:51 +0000
commitb5de9ae091e7e7317611ab07085cbaec031748ad (patch)
treeae8df0de094685bbae56c528ca44405db1c76206 /lisp
parent5673b222a847e136aa9880b26dfcaf6f02656632 (diff)
downloademacs-b5de9ae091e7e7317611ab07085cbaec031748ad.tar.gz
emacs-b5de9ae091e7e7317611ab07085cbaec031748ad.zip
(explicit-shell-file-name): Add defvar.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/w32-fns.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el
index 6d936c44dc8..5b801e29831 100644
--- a/lisp/w32-fns.el
+++ b/lisp/w32-fns.el
@@ -35,6 +35,8 @@
35 35
36;;; Code: 36;;; Code:
37 37
38(defvar explicit-shell-file-name)
39
38;; Map delete and backspace 40;; Map delete and backspace
39(define-key function-key-map [backspace] "\177") 41(define-key function-key-map [backspace] "\177")
40(define-key function-key-map [delete] "\C-d") 42(define-key function-key-map [delete] "\C-d")