emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/lisp/vc.el
diff -c emacs/lisp/vc.el:1.400 emacs/lisp/vc.el:1.401
*** emacs/lisp/vc.el:1.400      Sat Sep 24 23:26:27 2005
--- emacs/lisp/vc.el    Sun Oct 23 12:17:27 2005
***************
*** 2061,2070 ****
    ;; when vc-dired-mode-map is initialized.
    (set-keymap-parent vc-dired-mode-map dired-mode-map)
    (add-hook 'dired-after-readin-hook 'vc-dired-hook nil t)
!   ;; The following is slightly modified from dired.el,
    ;; because file lines look a bit different in vc-dired-mode
    ;; (the column before the date does not end in a digit).
!   (set (make-local-variable 'dired-move-to-filename-regexp)
    (let* ((l "\\([A-Za-z]\\|[^\0-\177]\\)")
           ;; In some locales, month abbreviations are as short as 2 letters,
           ;; and they can be followed by ".".
--- 2061,2070 ----
    ;; when vc-dired-mode-map is initialized.
    (set-keymap-parent vc-dired-mode-map dired-mode-map)
    (add-hook 'dired-after-readin-hook 'vc-dired-hook nil t)
!   ;; The following is slightly modified from files.el,
    ;; because file lines look a bit different in vc-dired-mode
    ;; (the column before the date does not end in a digit).
!   (set (make-local-variable 'directory-listing-before-filename-regexp)
    (let* ((l "\\([A-Za-z]\\|[^\0-\177]\\)")
           ;; In some locales, month abbreviations are as short as 2 letters,
           ;; and they can be followed by ".".




reply via email to

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