diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-07-13 12:59:13 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-07-13 12:59:13 +0000 |
commit | 11f242bead658ac22c18749fcccc4b1e660c772a (patch) | |
tree | 9d83c55faabd2b48b06f2eaf70aff6614b12b447 /lisp/hilit-chg.el | |
parent | 537a836426e3ece6f162f66989eeeb4e2bbbf7e3 (diff) | |
download | emacs-11f242bead658ac22c18749fcccc4b1e660c772a.tar.gz |
Fix license commentary.
Diffstat (limited to 'lisp/hilit-chg.el')
-rw-r--r-- | lisp/hilit-chg.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/hilit-chg.el b/lisp/hilit-chg.el index f2467f55ff4..5da5d729e62 100644 --- a/lisp/hilit-chg.el +++ b/lisp/hilit-chg.el @@ -7,12 +7,12 @@ ;; This file is part of GNU Emacs. -;; This program is free software; you can redistribute it and/or modify +;; 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, or (at your option) ;; any later version. -;; This program is distributed in the hope that it will be useful, +;; 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. @@ -22,7 +22,6 @@ ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. - ;;; Commentary: ;; A minor mode: "Highlight Changes mode". |