diff options
Diffstat (limited to 'lisp/hilit19.el')
-rw-r--r-- | lisp/hilit19.el | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/lisp/hilit19.el b/lisp/hilit19.el index eddab6c4ac4..147214a3cf5 100644 --- a/lisp/hilit19.el +++ b/lisp/hilit19.el @@ -1,23 +1,25 @@ -;; hilit19.el (Release 2.19) -- customizable highlighting for Emacs19. +;;; hilit19.el --- customizable highlighting for Emacs19 + ;; Copyright (c) 1993, 1994 Free Software Foundation, Inc. -;; + ;; Author: Jonathan Stigelman <stig@hackvan.com> ;; Keywords: faces -;; -;; This program is free software; you can redistribute it and/or modify + +;; This file is part of GNU Emacs. + +;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2 of the License, or -;; (at your option) any later version. -;; -;; This program is distributed in the hope that it will be useful, +;; the Free Software Foundation; either version 2, or (at your option) +;; any later version. + +;; GNU Emacs is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. -;; + ;; You should have received a copy of the GNU General Public License -;; along with this program; if not, write to the Free Software -;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -;; +;; along with GNU Emacs; see the file COPYING. If not, write to +;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. ;;; Commentary: |