Header format fix.
This commit is contained in:
parent
5463027f0c
commit
4c12073242
4 changed files with 7 additions and 9 deletions
|
|
@ -4,7 +4,7 @@
|
|||
;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
|
||||
;; Free Software Foundation, Inc.
|
||||
|
||||
;; Author: jwz, then rms, then sm
|
||||
;; Author: Jamie Zawinski, Richard Stallman, Stefan Monnier
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: languages, faces
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
;;; hi-lock.el --- minor mode for interactive automatic highlighting
|
||||
|
||||
;; Copyright (C) 2000, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
||||
;; 2008 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: David M. Koppelman, koppel@ece.lsu.edu
|
||||
;; Author: David M. Koppelman <koppel@ece.lsu.edu>
|
||||
;; Keywords: faces, minor-mode, matching, display
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
|
|
|||
|
|
@ -7,7 +7,9 @@
|
|||
;; National Institute of Advanced Industrial Science and Technology (AIST)
|
||||
;; Registration Number H14PRO021
|
||||
|
||||
;; Author: Toru TOMABECHI <Toru.Tomabechi@orient.unil.ch>
|
||||
;; Keywords: multilingual, Tibetan
|
||||
;; Created: Feb. 17. 1997
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
|
@ -24,10 +26,6 @@
|
|||
;; You should have received a copy of the GNU General Public License
|
||||
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
;; Author: Toru TOMABECHI, <Toru.Tomabechi@orient.unil.ch>
|
||||
|
||||
;; Created: Feb. 17. 1997
|
||||
|
||||
;;; History:
|
||||
;; 1997.03.13 Modification in treatment of text properties;
|
||||
;; Support for some special signs and punctuations.
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
;; Copyright (C) 1985, 1986, 1987, 1992, 1993, 1996, 1997, 2000, 2001,
|
||||
;; 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Jamie Zawinski <jwz@lucid.com>, now <jwz@jwz.org>
|
||||
;; Author: Jamie Zawinski <jwz@lucid.com; now jwz@jwz.org>
|
||||
;; Maintainer: FSF
|
||||
;; Created: 19 Oct 90
|
||||
;; Keywords: mail
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue