Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b493a9b2
Commit
b493a9b2
authored
Mar 02, 1994
by
Richard M. Stallman
Browse files
(shell-dirtrackp): Variable definition added.
parent
74cf365d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/shell.el
lisp/shell.el
+3
-3
No files found.
lisp/shell.el
View file @
b493a9b2
...
...
@@ -217,13 +217,13 @@ into the buffer's input ring. See also `comint-magic-space' and
This variable supplies a default for `comint-input-autoexpand',
for Shell mode only.")
;;; All the above vars aren't prefixed "cmushell-" to make them
;;; backwards compatible w/shell.el and old .emacs files.
(defvar shell-dirstack nil
"List of directories saved by pushd in this buffer's shell.
Thus, this does not include the shell's current directory.")
(defvar shell-dirtrackp t
"Non-nil in a shell buffer means directory tracking is enabled.")
(defvar shell-last-dir nil
"Keep track of last directory for ksh `cd -' command.")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment