From: Eli Zaretskii Date: Fri, 29 Mar 2024 15:26:38 +0000 (+0300) Subject: ; * lisp/shell.el (w32-application-type): Fix 'declare-function'. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cdec398a8857d42ea17fb2634ae1989e01734cc9;p=emacs.git ; * lisp/shell.el (w32-application-type): Fix 'declare-function'. (cherry picked from commit 42322257ba9abdb8bcc2aceb34a27f261df070aa) --- diff --git a/lisp/shell.el b/lisp/shell.el index 20f9587af99..7354a659f3f 100644 --- a/lisp/shell.el +++ b/lisp/shell.el @@ -606,7 +606,7 @@ Shell buffers. It implements `shell-completion-execonly' for (defvar sh-shell-file) -(declare-function w32-application-type nil ; "src/w32proc.c" +(declare-function w32-application-type "w32proc.c" (program) t) (define-derived-mode shell-mode comint-mode "Shell"