emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/shell.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/shell.el
Date: Thu, 09 May 2002 20:58:27 -0400

Index: emacs/lisp/shell.el
diff -c emacs/lisp/shell.el:1.110 emacs/lisp/shell.el:1.111
*** emacs/lisp/shell.el:1.110   Wed Apr  3 10:23:41 2002
--- emacs/lisp/shell.el Thu May  9 20:58:27 2002
***************
*** 993,999 ****
        (let ((stack (cons default-directory shell-dirstack))
              (index (cond ((looking-at "=-/?")
                            (length shell-dirstack))
!                          ((looking-at "=\\([0-9]+\\)")
                            (string-to-number
                             (buffer-substring
                              (match-beginning 1) (match-end 1)))))))
--- 993,999 ----
        (let ((stack (cons default-directory shell-dirstack))
              (index (cond ((looking-at "=-/?")
                            (length shell-dirstack))
!                          ((looking-at "=\\([0-9]+\\)/?")
                            (string-to-number
                             (buffer-substring
                              (match-beginning 1) (match-end 1)))))))



reply via email to

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