* eat.el (eat--t-term): Fix initial value of 'cwd'
This commit is contained in:
parent
e287487b42
commit
62a09caef1
1 changed files with 1 additions and 1 deletions
2
eat.el
2
eat.el
|
@ -742,7 +742,7 @@ For example: when THRESHOLD is 3, \"*foobarbaz\" is converted to
|
|||
(end nil :documentation "End of terminal area.")
|
||||
(title "" :documentation "The title of the terminal.")
|
||||
(cwd
|
||||
default-directory
|
||||
(cons (system-name) default-directory)
|
||||
:documentation "The working directory of the terminal.")
|
||||
(bell-fn
|
||||
(1value #'ignore)
|
||||
|
|
Loading…
Add table
Reference in a new issue