1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-16 10:50:49 -08:00

; * lisp/shell.el (w32-application-type): Fix 'declare-function'.

This commit is contained in:
Eli Zaretskii 2024-03-29 18:26:38 +03:00
parent f04bd55687
commit 42322257ba

View file

@ -606,7 +606,7 @@ Shell buffers. It implements `shell-completion-execonly' for
(defvar sh-shell-file) (defvar sh-shell-file)
(declare-function w32-application-type nil ; "src/w32proc.c" (declare-function w32-application-type "w32proc.c"
(program) t) (program) t)
(define-derived-mode shell-mode comint-mode "Shell" (define-derived-mode shell-mode comint-mode "Shell"