diff options
| author | Richard M. Stallman <rms@gnu.org> | 1995-10-30 17:35:01 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1995-10-30 17:35:01 +0000 |
| commit | be010748989d2be1af4eaa5e602f4cf49d37bf26 (patch) | |
| tree | 787be8f0e6f74109e30b02ac8c107b3fe201181f /lisp/hilit19.el | |
| parent | ad837797de652021a470c5a5c0f1165709df7528 (diff) | |
| download | emacs-be010748989d2be1af4eaa5e602f4cf49d37bf26.tar.gz | |
Comment change.
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: |
