diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-05-26 00:58:28 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-05-26 01:00:16 -0700 |
commit | 852d28176990d035366142bfde36a0440a317228 (patch) | |
tree | 7989c0101c23d316258e92ef667090f8d0cca866 /lisp/progmodes/cc-fonts.el | |
parent | 797ee5871e458d6d97f57a24405412a053f5ef32 (diff) | |
download | emacs-852d28176990d035366142bfde36a0440a317228.tar.gz emacs-852d28176990d035366142bfde36a0440a317228.tar.bz2 emacs-852d28176990d035366142bfde36a0440a317228.zip |
Update author/maintainer info
Update email addresses and fix spellings of some author and
maintainer names.
Diffstat (limited to 'lisp/progmodes/cc-fonts.el')
-rw-r--r-- | lisp/progmodes/cc-fonts.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/cc-fonts.el b/lisp/progmodes/cc-fonts.el index b3a9dd480b8..ad00b59b9cc 100644 --- a/lisp/progmodes/cc-fonts.el +++ b/lisp/progmodes/cc-fonts.el @@ -1319,7 +1319,7 @@ casts and declarations are fontified. Used on level 2 and higher." ;;(message "c-font-lock-declarations search from %s to %s" (point) limit) (c-skip-comments-and-strings limit) (when (< (point) limit) - + (save-restriction (let (;; The position where `c-find-decl-spots' last stopped. start-pos @@ -2773,7 +2773,7 @@ need for `pike-font-lock-extra-types'.") (copy-marker (1+ start)))) t))) -;; GtkDoc patterns contributed by Masatake YAMATO <jet@gyve.org>. +;; GtkDoc patterns contributed by Masatake YAMATO <yamato@redhat.com>. (defconst gtkdoc-font-lock-doc-comments (let ((symbol "[a-zA-Z0-9_]+") |