mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(comint-exec-1): Provide Emacs version and `comint' in INSIDE_EMACS.
This commit is contained in:
parent
a3d2f0a3b8
commit
4c1793001c
1 changed files with 1 additions and 1 deletions
|
|
@ -770,7 +770,7 @@ buffer. The hook `comint-exec-hook' is run after each exec."
|
|||
(format "TERMCAP=emacs:co#%d:tc=unknown:" (window-width))))
|
||||
(unless (getenv "EMACS")
|
||||
(list "EMACS=t"))
|
||||
(list "INSIDE_EMACS=t")
|
||||
(list (format "INSIDE_EMACS=%s,comint" emacs-version))
|
||||
process-environment))
|
||||
(default-directory
|
||||
(if (file-accessible-directory-p default-directory)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue