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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/add-log.el
Date: Tue, 04 Jan 2005 13:11:09 -0500

Index: emacs/lisp/add-log.el
diff -c emacs/lisp/add-log.el:1.153 emacs/lisp/add-log.el:1.154
*** emacs/lisp/add-log.el:1.153 Fri Dec  3 00:04:45 2004
--- emacs/lisp/add-log.el       Tue Jan  4 17:59:28 2005
***************
*** 248,254 ****
      ("<\\([^>\n]+\\)>\\(:\\| (\\)" (1 'change-log-function-face))
      ;;
      ;; Acknowledgements.
!     ("\\(^\t\\|  \\)\\(From\\|Patch\\(es\\)? by\\|Report\\(ed by\\| 
from\\)\\|Suggest\\(ed by\\|ion from\\)\\)"
       2 'change-log-acknowledgement-face))
    "Additional expressions to highlight in Change Log mode.")
  
--- 248,256 ----
      ("<\\([^>\n]+\\)>\\(:\\| (\\)" (1 'change-log-function-face))
      ;;
      ;; Acknowledgements.
!     ;; Don't include plain "From" because that is vague;
!     ;; we want to encourage people to say something more specific.
!     ("\\(^\t\\|  \\)\\(Patch\\(es\\)? by\\|Report\\(ed by\\| 
from\\)\\|Suggest\\(ed by\\|ion from\\)\\)"
       2 'change-log-acknowledgement-face))
    "Additional expressions to highlight in Change Log mode.")
  




reply via email to

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