emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 42322257ba9: ; * lisp/shell.el (w32-application-type): Fix 'decla


From: Eli Zaretskii
Subject: master 42322257ba9: ; * lisp/shell.el (w32-application-type): Fix 'declare-function'.
Date: Fri, 29 Mar 2024 11:26:59 -0400 (EDT)

branch: master
commit 42322257ba9abdb8bcc2aceb34a27f261df070aa
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/shell.el (w32-application-type): Fix 'declare-function'.
---
 lisp/shell.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/shell.el b/lisp/shell.el
index 8a5218ae847..cd49d289403 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]