]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/shell.el (w32-application-type): Fix 'declare-function'.
authorEli Zaretskii <eliz@gnu.org>
Fri, 29 Mar 2024 15:26:38 +0000 (18:26 +0300)
committerEshel Yaron <me@eshelyaron.com>
Fri, 29 Mar 2024 19:22:10 +0000 (20:22 +0100)
(cherry picked from commit 42322257ba9abdb8bcc2aceb34a27f261df070aa)

lisp/shell.el

index 20f9587af9931c3cfb82ee461bac6a14552894e8..7354a659f3fc1420763f077c3801aabe6e5619d8 100644 (file)
@@ -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"