mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-16 10:50:49 -08:00
; * lisp/shell.el (w32-application-type): Fix 'declare-function'.
This commit is contained in:
parent
f04bd55687
commit
42322257ba
1 changed files with 1 additions and 1 deletions
|
|
@ -606,7 +606,7 @@ Shell buffers. It implements `shell-completion-execonly' for
|
||||||
|
|
||||||
(defvar sh-shell-file)
|
(defvar sh-shell-file)
|
||||||
|
|
||||||
(declare-function w32-application-type nil ; "src/w32proc.c"
|
(declare-function w32-application-type "w32proc.c"
|
||||||
(program) t)
|
(program) t)
|
||||||
|
|
||||||
(define-derived-mode shell-mode comint-mode "Shell"
|
(define-derived-mode shell-mode comint-mode "Shell"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue