emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Michael Albinus
Subject: [Emacs-diffs] Changes to emacs/lisp/locate.el
Date: Sun, 23 Oct 2005 08:17:32 -0400

Index: emacs/lisp/locate.el
diff -c emacs/lisp/locate.el:1.30 emacs/lisp/locate.el:1.31
*** emacs/lisp/locate.el:1.30   Sat Sep 24 13:44:02 2005
--- emacs/lisp/locate.el        Sun Oct 23 12:17:27 2005
***************
*** 376,388 ****
    (set (make-local-variable 'dired-directory) "/")
    (set (make-local-variable 'dired-subdir-switches) locate-ls-subdir-switches)
    (setq dired-switches-alist nil)
!   (make-local-variable 'dired-move-to-filename-regexp)
    ;; This should support both Unix and Windoze style names
!   (setq dired-move-to-filename-regexp
        (concat "^."
                (make-string (1- locate-filename-indentation) ?\ )
                "\\(/\\|[A-Za-z]:\\)\\|"
!               (default-value 'dired-move-to-filename-regexp)))
    (make-local-variable 'dired-actual-switches)
    (setq dired-actual-switches "")
    (make-local-variable 'dired-permission-flags-regexp)
--- 376,388 ----
    (set (make-local-variable 'dired-directory) "/")
    (set (make-local-variable 'dired-subdir-switches) locate-ls-subdir-switches)
    (setq dired-switches-alist nil)
!   (make-local-variable 'directory-listing-before-filename-regexp)
    ;; This should support both Unix and Windoze style names
!   (setq directory-listing-before-filename-regexp
        (concat "^."
                (make-string (1- locate-filename-indentation) ?\ )
                "\\(/\\|[A-Za-z]:\\)\\|"
!               (default-value 'directory-listing-before-filename-regexp)))
    (make-local-variable 'dired-actual-switches)
    (setq dired-actual-switches "")
    (make-local-variable 'dired-permission-flags-regexp)




reply via email to

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