]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-insert-mode): Drop unneeded positional args.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 3 Nov 2000 22:12:48 +0000 (22:12 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 3 Nov 2000 22:12:48 +0000 (22:12 +0000)
lisp/autoinsert.el

index 9ba77ad9cb4b283d08317e95d7fcad309876c85c..0be2d6a7392f54aa71baa19df7ee2a10ddc9d005 100644 (file)
@@ -289,7 +289,7 @@ Returns the new status of Auto-insert mode (non-nil means on).
 
 When Auto-insert mode is enabled, when new files are created you can
 insert a template for the file depending on the mode of the buffer."
-  nil nil nil :global t :group 'auto-insert
+  :global t :group 'auto-insert
   (if auto-insert-mode
       (add-hook 'find-file-hooks 'auto-insert)
     (remove-hook 'find-file-hooks 'auto-insert)))