]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDan Nicolaescu <dann@ics.uci.edu>
Thu, 22 Nov 2007 01:17:41 +0000 (01:17 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Thu, 22 Nov 2007 01:17:41 +0000 (01:17 +0000)
lisp/generic-x.el

index 7b65f07e2c1fe1723f178d13b40c5fe8d2058350..1dbacb929d6eed76ecd6ce6199f4dc6349075127 100644 (file)
@@ -443,6 +443,8 @@ like an INI file.  You can add this hook to `find-file-hook'."
            '((nil "^\\s-*\\(.*\\)\\s-*=" 1))))))
   "Generic mode for MS-Windows Registry files."))
 
+(declare-function w32-shell-name "w32-fns" ())
+
 ;;; DOS/Windows BAT files
 (when (memq 'bat-generic-mode generic-extras-enable-list)
 
@@ -524,8 +526,6 @@ like an INI file.  You can add this hook to `find-file-hook'."
 (defvar bat-generic-mode-keymap (make-sparse-keymap)
   "Keymap for `bat-generic-mode'.")
 
-(declare-function w32-shell-name "w32-fns" ())
-
 (defun bat-generic-mode-compile ()
   "Run the current BAT file in a compilation buffer."
   (interactive)