emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/dired.el [lexbind]
Date: Tue, 06 Jul 2004 05:46:51 -0400

Index: emacs/lisp/dired.el
diff -c emacs/lisp/dired.el:1.230.2.10 emacs/lisp/dired.el:1.230.2.11
*** emacs/lisp/dired.el:1.230.2.10      Tue Apr 27 14:10:58 2004
--- emacs/lisp/dired.el Tue Jul  6 09:38:06 2004
***************
*** 1634,1642 ****
       ((eq localp 'verbatim)
        file)
       ((and (not no-error-if-not-filep)
!          (save-excursion
!            (beginning-of-line)
!            (looking-at dired-re-dot)))
        (error "Cannot operate on `.' or `..'"))
       ((and (eq localp 'no-dir) already-absolute)
        (file-name-nondirectory file))
--- 1634,1640 ----
       ((eq localp 'verbatim)
        file)
       ((and (not no-error-if-not-filep)
!          (member file '("." "..")))
        (error "Cannot operate on `.' or `..'"))
       ((and (eq localp 'no-dir) already-absolute)
        (file-name-nondirectory file))




reply via email to

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