emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 32/117: Took out space requirement for dirtrack-list


From: Matthew Fidler
Subject: [elpa] 32/117: Took out space requirement for dirtrack-list
Date: Fri, 25 Jul 2014 13:24:02 +0000

mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.

commit 7406e8e164543dbd2804cb0ce1065a6081065068
Author: Matthew L. Fidler <address@hidden>
Date:   Wed Jul 16 11:40:38 2014 -0500

    Took out space requirement for dirtrack-list
---
 ergoemacs-functions.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ergoemacs-functions.el b/ergoemacs-functions.el
index 9d8a40a..614c559 100644
--- a/ergoemacs-functions.el
+++ b/ergoemacs-functions.el
@@ -2161,7 +2161,7 @@ Sends shell prompt string to process, then turns on
         (shell-dirtrack-mode -1)
         (dirtrack-mode 1))
        (t ;; Assume basic address@hidden:dir structure
-        (set (make-local-variable 'dirtrack-list) (list 
"^\\(?:address@hidden)?\\(?:.*?:\\)? +\\(.*\\) +\\([$#]\\|\\]\\)" 1))
+        (set (make-local-variable 'dirtrack-list) (list 
"^\\(?:address@hidden)?\\(?:.*?:\\)? *\\(.*\\) *\\([$#]\\|\\]\\)" 1))
         (shell-dirtrack-mode -1)
         (dirtrack-mode 1))))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]