# HG changeset patch # User Karl Heuer # Date 910981309 0 # Node ID b91d56a036efb5ba6b570ee74f1682a82ce86477 # Parent b0fe513da54618d9c2e4c269f501409525716cad (auto-insert-alist): Don't assume *.el is part of GNU Emacs. diff -r b0fe513da546 -r b91d56a036ef lisp/autoinsert.el --- a/lisp/autoinsert.el Fri Nov 13 16:17:25 1998 +0000 +++ b/lisp/autoinsert.el Fri Nov 13 18:21:49 1998 +0000 @@ -164,14 +164,12 @@ (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.