/[emacs]/emacs/lisp/add-log.el
ViewVC logotype

Diff of /emacs/lisp/add-log.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.157 by marcelo, Sun Apr 3 23:03:21 2005 UTC revision 1.158 by lute, Mon Apr 4 08:47:07 2005 UTC
# Line 1  Line 1 
1  ;;; add-log.el --- change log maintenance commands for Emacs  ;;; add-log.el --- change log maintenance commands for Emacs
2    
3  ;; Copyright (C) 1985, 86, 88, 93, 94, 97, 98, 2000, 03, 2004  ;; Copyright (C) 1985, 1986, 1988, 1993, 1994, 1997, 1998, 2000, 2003,
4  ;;           Free Software Foundation, Inc.  ;;   2004, 2005 Free Software Foundation, Inc.
5    
6  ;; Maintainer: FSF  ;; Maintainer: FSF
7  ;; Keywords: tools  ;; Keywords: tools
# Line 230  Note: The search is conducted only withi Line 230  Note: The search is conducted only withi
230       ;; Possibly further names in a list:       ;; Possibly further names in a list:
231       ("\\=, \\([^ ,:([\n]+\\)" nil nil (1 'change-log-file-face))       ("\\=, \\([^ ,:([\n]+\\)" nil nil (1 'change-log-file-face))
232       ;; Possibly a parenthesized list of names:       ;; Possibly a parenthesized list of names:
233       ("\\= (\\([^() ,\n]+\\|(\\(setf\\|SETF\\) [^() ,\n]+)\\)"       ("\\= (\\([^(),\n]+\\|(\\(setf\\|SETF\\) [^() ,\n]+)\\)"
234        nil nil (1 'change-log-list-face))        nil nil (1 'change-log-list-face))
235       ("\\=, *\\([^() ,\n]+\\|(\\(setf\\|SETF\\) [^() ,\n]+)\\)"       ("\\=, *\\([^(),\n]+\\|(\\(setf\\|SETF\\) [^() ,\n]+)\\)"
236        nil nil (1 'change-log-list-face)))        nil nil (1 'change-log-list-face)))
237      ;;      ;;
238      ;; Function or variable names.      ;; Function or variable names.
239      ("^\t(\\([^() ,\n]+\\|(\\(setf\\|SETF\\) [^() ,\n]+)\\)"      ("^\t(\\([^(),\n]+\\|(\\(setf\\|SETF\\) [^() ,\n]+)\\)"
240       (1 'change-log-list-face)       (1 'change-log-list-face)
241       ("\\=, *\\([^() ,\n]+\\|(\\(setf\\|SETF\\) [^() ,\n]+)\\)" nil nil       ("\\=, *\\([^(),\n]+\\|(\\(setf\\|SETF\\) [^() ,\n]+)\\)" nil nil
242        (1 'change-log-list-face)))        (1 'change-log-list-face)))
243      ;;      ;;
244      ;; Conditionals.      ;; Conditionals.

Legend:
Removed from v.1.157  
changed lines
  Added in v.1.158

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26