/[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.138.2.5 by miles, Tue Jul 6 09:31:47 2004 UTC revision 1.138.2.6 by miles, Tue Jul 6 10:23:35 2004 UTC
# 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]+\\)" nil nil (1 'change-log-list-face))       ("\\= (\\([^() ,\n]+\\|(\\(setf\\|SETF\\) [^() ,\n]+)\\)"
234       ("\\=, *\\([^) ,\n]+\\)" nil nil (1 'change-log-list-face)))        nil nil (1 'change-log-list-face))
235         ("\\=, *\\([^() ,\n]+\\|(\\(setf\\|SETF\\) [^() ,\n]+)\\)"
236          nil nil (1 'change-log-list-face)))
237      ;;      ;;
238      ;; Function or variable names.      ;; Function or variable names.
239      ("^\t(\\([^) ,\n]+\\)"      ("^\t(\\([^() ,\n]+\\|(\\(setf\\|SETF\\) [^() ,\n]+)\\)"
240       (1 'change-log-list-face)       (1 'change-log-list-face)
241       ("\\=, *\\([^) ,\n]+\\)" nil nil (1 'change-log-list-face)))       ("\\=, *\\([^() ,\n]+\\|(\\(setf\\|SETF\\) [^() ,\n]+)\\)" nil nil
242          (1 'change-log-list-face)))
243      ;;      ;;
244      ;; Conditionals.      ;; Conditionals.
245      ("\\[!?\\([^]\n]+\\)\\]\\(:\\| (\\)" (1 'change-log-conditionals-face))      ("\\[!?\\([^]\n]+\\)\\]\\(:\\| (\\)" (1 'change-log-conditionals-face))

Legend:
Removed from v.1.138.2.5  
changed lines
  Added in v.1.138.2.6

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