emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Marcelo Toledo
Subject: [Emacs-diffs] Changes to emacs/lisp/add-log.el
Date: Sun, 03 Apr 2005 19:03:22 -0400

Index: emacs/lisp/add-log.el
diff -c emacs/lisp/add-log.el:1.156 emacs/lisp/add-log.el:1.157
*** emacs/lisp/add-log.el:1.156 Mon Mar 21 14:37:35 2005
--- emacs/lisp/add-log.el       Sun Apr  3 23:03:21 2005
***************
*** 225,231 ****
        (2 'change-log-email-face)))
      ;;
      ;; File names.
!     ("^\t\\* \\([^ ,:([\n]+\\)"
       (1 'change-log-file-face)
       ;; Possibly further names in a list:
       ("\\=, \\([^ ,:([\n]+\\)" nil nil (1 'change-log-file-face))
--- 225,231 ----
        (2 'change-log-email-face)))
      ;;
      ;; File names.
!     ("^\\(?: +\\|\t\\)\\* \\([^ ,:([\n]+\\)"
       (1 'change-log-file-face)
       ;; Possibly further names in a list:
       ("\\=, \\([^ ,:([\n]+\\)" nil nil (1 'change-log-file-face))




reply via email to

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