aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/finder.el
diff options
context:
space:
mode:
authorMarkus Rost <[email protected]>2002-12-06 00:39:16 +0000
committerMarkus Rost <[email protected]>2002-12-06 00:39:16 +0000
commit529bc8c14c2e768bee84931113b3094dba12a571 (patch)
tree0e94695da78e9cb406305881acffc01b203a497c /lisp/finder.el
parentf8532c555aa0874716fff40a1fdffa5b62178a99 (diff)
(finder-compile-keywords): Don't insert a keyword to the generated
file.
Diffstat (limited to 'lisp/finder.el')
-rw-r--r--lisp/finder.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/finder.el b/lisp/finder.el
index 7aaf99b811..6c6d386dfd 100644
--- a/lisp/finder.el
+++ b/lisp/finder.el
@@ -120,7 +120,6 @@ no arguments compiles from `load-path'."
(erase-buffer)
(insert ";;; finder-inf.el --- keyword-to-package mapping\n")
(insert ";; This file is part of GNU Emacs.\n")
- (insert ";; Keywords: help\n")
(insert ";;; Commentary:\n")
(insert ";; Don't edit this file. It's generated by finder.el\n\n")
(insert ";;; Code:\n")