aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/autoinsert.el
diff options
context:
space:
mode:
authorDan Nicolaescu <[email protected]>1998-05-26 09:23:23 +0000
committerDan Nicolaescu <[email protected]>1998-05-26 09:23:23 +0000
commitf5f727f8ffa2e674601875b2f2fe7ce3f0030c93 (patch)
tree2ce075c3ef33cbd16429784b1d91ca265315b293 /lisp/autoinsert.el
parent18baef8fa993d19a8af279a92b2f4efcb82fd199 (diff)
*** empty log message ***
Diffstat (limited to 'lisp/autoinsert.el')
-rw-r--r--lisp/autoinsert.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el
index 1c3786778e..db51fe7a13 100644
--- a/lisp/autoinsert.el
+++ b/lisp/autoinsert.el
@@ -4,6 +4,7 @@
;; Author: Charlie Martin <[email protected]>
;; Adapted-By: [email protected], fax (+49 69) 7588-2389
+;; Keywords: convenience
;; Maintainer: FSF
;; This file is part of GNU Emacs.
@@ -52,7 +53,8 @@
(defgroup auto-insert nil
"Automatic mode-dependent insertion of text into new files."
:prefix "auto-insert-"
- :group 'files)
+ :group 'files
+ :group 'convenience)
(defcustom auto-insert-mode nil