]> code.delx.au - gnu-emacs/blobdiff - lisp/autoinsert.el
(message2_nolog): Fix arg types.
[gnu-emacs] / lisp / autoinsert.el
index e67ab211aba2517a221ad9880159af4ca3dfcd33..9f4803a1a2a09aeeced3869e50a3f2160b7a3cc9 100644 (file)
@@ -4,6 +4,7 @@
 
 ;; Author: Charlie Martin <crm@cs.duke.edu>
 ;; Adapted-By: Daniel.Pfeiffer@Informatik.START.dbp.de, fax (+49 69) 7588-2389
+;; Maintainer: FSF
 
 ;; This file is part of GNU Emacs.
 
@@ -252,4 +253,6 @@ or if CONDITION had no actions, after all other CONDITIONs."
        (setq auto-insert-alist (cons (cons key action)
                                      auto-insert-alist))))))
 
+(provide 'autoinsert)
+
 ;;; autoinsert.el ends here