]> code.delx.au - gnu-emacs/blobdiff - lisp/generic-x.el
lisp/*.el: Add missing declarations.
[gnu-emacs] / lisp / generic-x.el
index 878021ec5c501dffd56ccfb3dde21601a682b26a..e2533c1f12b19476883c10126add9272968145ab 100644 (file)
@@ -549,6 +549,9 @@ like an INI file.  You can add this hook to `find-file-hook'."
      (concat (w32-shell-name) " -c " (buffer-file-name)))))
 
 (eval-when-compile (require 'comint))
+(declare-function comint-mode "comint" ())
+(declare-function comint-exec "comint" (buffer name command startfile switches))
+
 (defun bat-generic-mode-run-as-comint ()
   "Run the current BAT file in a comint buffer."
   (interactive)