aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2008-12-19 05:29:04 +0000
committerGlenn Morris2008-12-19 05:29:04 +0000
commit4c120732420650b08a8d30783d24f76fef909a30 (patch)
treed51d0ef2bd7997e5b924e4b8ae8d0b871ce2949b /lisp
parent5463027f0c6e61a17237009489e515efcbb44a87 (diff)
downloademacs-4c120732420650b08a8d30783d24f76fef909a30.tar.gz
emacs-4c120732420650b08a8d30783d24f76fef909a30.zip
Header format fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/font-lock.el2
-rw-r--r--lisp/hi-lock.el6
-rw-r--r--lisp/language/tibet-util.el6
-rw-r--r--lisp/mail/mailabbrev.el2
4 files changed, 7 insertions, 9 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index d688fd85354..2f6b311c530 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -4,7 +4,7 @@
4;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 4;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
5;; Free Software Foundation, Inc. 5;; Free Software Foundation, Inc.
6 6
7;; Author: jwz, then rms, then sm 7;; Author: Jamie Zawinski, Richard Stallman, Stefan Monnier
8;; Maintainer: FSF 8;; Maintainer: FSF
9;; Keywords: languages, faces 9;; Keywords: languages, faces
10 10
diff --git a/lisp/hi-lock.el b/lisp/hi-lock.el
index 4d9be487266..280b103c65e 100644
--- a/lisp/hi-lock.el
+++ b/lisp/hi-lock.el
@@ -1,9 +1,9 @@
1;;; hi-lock.el --- minor mode for interactive automatic highlighting 1;;; hi-lock.el --- minor mode for interactive automatic highlighting
2 2
3;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 3;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
4;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 4;; 2008 Free Software Foundation, Inc.
5 5
6;; Author: David M. Koppelman, koppel@ece.lsu.edu 6;; Author: David M. Koppelman <koppel@ece.lsu.edu>
7;; Keywords: faces, minor-mode, matching, display 7;; Keywords: faces, minor-mode, matching, display
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/language/tibet-util.el b/lisp/language/tibet-util.el
index 2cabad22df1..eb5f4d85790 100644
--- a/lisp/language/tibet-util.el
+++ b/lisp/language/tibet-util.el
@@ -7,7 +7,9 @@
7;; National Institute of Advanced Industrial Science and Technology (AIST) 7;; National Institute of Advanced Industrial Science and Technology (AIST)
8;; Registration Number H14PRO021 8;; Registration Number H14PRO021
9 9
10;; Author: Toru TOMABECHI <Toru.Tomabechi@orient.unil.ch>
10;; Keywords: multilingual, Tibetan 11;; Keywords: multilingual, Tibetan
12;; Created: Feb. 17. 1997
11 13
12;; This file is part of GNU Emacs. 14;; This file is part of GNU Emacs.
13 15
@@ -24,10 +26,6 @@
24;; You should have received a copy of the GNU General Public License 26;; You should have received a copy of the GNU General Public License
25;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 27;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
26 28
27;; Author: Toru TOMABECHI, <Toru.Tomabechi@orient.unil.ch>
28
29;; Created: Feb. 17. 1997
30
31;;; History: 29;;; History:
32;; 1997.03.13 Modification in treatment of text properties; 30;; 1997.03.13 Modification in treatment of text properties;
33;; Support for some special signs and punctuations. 31;; Support for some special signs and punctuations.
diff --git a/lisp/mail/mailabbrev.el b/lisp/mail/mailabbrev.el
index 30f33829b35..4eb4d9eb936 100644
--- a/lisp/mail/mailabbrev.el
+++ b/lisp/mail/mailabbrev.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 1985, 1986, 1987, 1992, 1993, 1996, 1997, 2000, 2001, 3;; Copyright (C) 1985, 1986, 1987, 1992, 1993, 1996, 1997, 2000, 2001,
4;; 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 4;; 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
5 5
6;; Author: Jamie Zawinski <jwz@lucid.com>, now <jwz@jwz.org> 6;; Author: Jamie Zawinski <jwz@lucid.com; now jwz@jwz.org>
7;; Maintainer: FSF 7;; Maintainer: FSF
8;; Created: 19 Oct 90 8;; Created: 19 Oct 90
9;; Keywords: mail 9;; Keywords: mail