summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2024-03-29 18:26:38 +0300
committerEli Zaretskii <eliz@gnu.org>2024-03-29 18:26:38 +0300
commit42322257ba9abdb8bcc2aceb34a27f261df070aa (patch)
tree5d8cb1131cadf284438eff5610109f9f6d3fdf2c
parentf04bd5568708f96dfad0e8240c7f8f23c90b6813 (diff)
downloademacs-42322257ba9abdb8bcc2aceb34a27f261df070aa.tar.gz
; * lisp/shell.el (w32-application-type): Fix 'declare-function'.
-rw-r--r--lisp/shell.el2
1 files changed, 1 insertions, 1 deletions
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"