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
370d4074
Commit
370d4074
authored
Oct 30, 2007
by
Glenn Morris
Browse files
(dirtrack-mode): Doc fix.
parent
db8446b8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/dirtrack.el
lisp/dirtrack.el
+5
-1
No files found.
lisp/ChangeLog
View file @
370d4074
...
...
@@ -27,6 +27,10 @@
2007-10-30 Glenn Morris <rgm@gnu.org>
* dirtrack.el (dirtrack-mode): Doc fix.
* shell.el (shell-dirtrack-verbose, shell-mode)
(shell-directory-tracker, shell-dirtrack-mode): Doc fix.
* emacs-lisp/bytecomp.el (byte-compile-disable-warning)
(byte-compile-enable-warning): Doc fix.
...
...
lisp/dirtrack.el
View file @
370d4074
...
...
@@ -194,7 +194,11 @@ and ends with a forward slash."
;;;###autoload
(
define-minor-mode
dirtrack-mode
"Enable or disable Dirtrack directory tracking in a shell buffer.
This provides an alternative to `shell-dirtrack-mode'."
This method requires that your shell prompt contain the full
current working directory at all times, and that `dirtrack-list'
is set to match the prompt. This is an alternative to
`shell-dirtrack-mode', which works differently, by tracking `cd'
and similar commands which change the shell working directory."
nil
nil
nil
(
if
dirtrack-mode
(
add-hook
'comint-preoutput-filter-functions
'dirtrack
nil
t
)
...
...
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