diff options
| author | Eli Zaretskii | 2024-03-29 18:26:38 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2024-03-29 18:26:38 +0300 |
| commit | 42322257ba9abdb8bcc2aceb34a27f261df070aa (patch) | |
| tree | 5d8cb1131cadf284438eff5610109f9f6d3fdf2c | |
| parent | f04bd5568708f96dfad0e8240c7f8f23c90b6813 (diff) | |
| download | emacs-42322257ba9abdb8bcc2aceb34a27f261df070aa.tar.gz emacs-42322257ba9abdb8bcc2aceb34a27f261df070aa.zip | |
; * lisp/shell.el (w32-application-type): Fix 'declare-function'.
| -rw-r--r-- | lisp/shell.el | 2 |
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 | |||
| 606 | 606 | ||
| 607 | (defvar sh-shell-file) | 607 | (defvar sh-shell-file) |
| 608 | 608 | ||
| 609 | (declare-function w32-application-type nil ; "src/w32proc.c" | 609 | (declare-function w32-application-type "w32proc.c" |
| 610 | (program) t) | 610 | (program) t) |
| 611 | 611 | ||
| 612 | (define-derived-mode shell-mode comint-mode "Shell" | 612 | (define-derived-mode shell-mode comint-mode "Shell" |