summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"