[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/dirtrack.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/dirtrack.el |
Date: |
Wed, 20 Jul 2005 11:03:21 -0400 |
Index: emacs/lisp/dirtrack.el
diff -c emacs/lisp/dirtrack.el:1.15 emacs/lisp/dirtrack.el:1.16
*** emacs/lisp/dirtrack.el:1.15 Mon Jul 4 23:08:53 2005
--- emacs/lisp/dirtrack.el Wed Jul 20 15:03:21 2005
***************
*** 133,140 ****
(defcustom dirtrack-list (list "^emacs \\([a-zA-Z]:.*\\)>" 1)
"*List for directory tracking.
First item is a regexp that describes where to find the path in a prompt.
! Second is a number, the regexp group to match. Optional third item is
! whether the prompt is multi-line. If nil or omitted, prompt is assumed to
be on a single line."
:group 'dirtrack
:type '(sexp (regexp :tag "Prompt Expression")
--- 133,140 ----
(defcustom dirtrack-list (list "^emacs \\([a-zA-Z]:.*\\)>" 1)
"*List for directory tracking.
First item is a regexp that describes where to find the path in a prompt.
! Second is a number, the regexp group to match. Optional third item is
! whether the prompt is multi-line. If nil or omitted, prompt is assumed to
be on a single line."
:group 'dirtrack
:type '(sexp (regexp :tag "Prompt Expression")