summaryrefslogtreecommitdiff
path: root/lisp/autoinsert.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1998-11-13 18:21:49 +0000
committerKarl Heuer <kwzh@gnu.org>1998-11-13 18:21:49 +0000
commitc5178e8e12ad7dd3eecaa838abb4571b3ebb17a4 (patch)
treefd542c7927604eb6bec700b5196cbe47e8fd012f /lisp/autoinsert.el
parentf9ad2e24c7c7c07822d58adb0d9c0f0abb1d08fc (diff)
downloademacs-c5178e8e12ad7dd3eecaa838abb4571b3ebb17a4.tar.gz
(auto-insert-alist): Don't assume *.el is part of GNU Emacs.
Diffstat (limited to 'lisp/autoinsert.el')
-rw-r--r--lisp/autoinsert.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el
index 8a72275ae5a..6e9dae1ce1a 100644
--- a/lisp/autoinsert.el
+++ b/lisp/autoinsert.el
@@ -164,14 +164,12 @@ If this contains a %s, that will be replaced by the matching rule."
(completing-read "Keyword, C-h: " v1 nil t))
str ", ") & -2 "
-;; This file is part of GNU Emacs.
-
-;; GNU Emacs is free software; you can redistribute it and/or modify
+;; This file 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.
-;; GNU Emacs is distributed in the hope that it will be useful,
+;; This file 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.