mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-11 02:10:35 -08:00
*** empty log message ***
This commit is contained in:
parent
73e6adaa14
commit
d5f05c46bd
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue