]> code.delx.au - gnu-emacs/blobdiff - lisp/w32-fns.el
Fix last change to custom-push-theme.
[gnu-emacs] / lisp / w32-fns.el
index 1e7f7b3e1544de0d4d4e23fedeb93cdf06add768..5b801e298311763635991c3379f41d33331d4f0d 100644 (file)
@@ -1,6 +1,7 @@
 ;;; w32-fns.el --- Lisp routines for Windows NT
 
-;; Copyright (C) 1994, 2001, 2004, 2005 Free Software Foundation, Inc.
+;; Copyright (C) 1994, 2001, 2002, 2003, 2004,
+;;   2005 Free Software Foundation, Inc.
 
 ;; Author: Geoff Voelker <voelker@cs.washington.edu>
 ;; Keywords: internal
@@ -34,6 +35,8 @@
 
 ;;; Code:
 
+(defvar explicit-shell-file-name)
+
 ;; Map delete and backspace
 (define-key function-key-map [backspace] "\177")
 (define-key function-key-map [delete] "\C-d")