Mercurial > emacs
changeset 33184:8e6b63f3317d
(auto-insert-mode): Drop unneeded positional args.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 03 Nov 2000 22:12:48 +0000 |
parents | 1988cb3ecd2f |
children | 7630435cbccd |
files | lisp/autoinsert.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/autoinsert.el Fri Nov 03 22:12:16 2000 +0000 +++ b/lisp/autoinsert.el Fri Nov 03 22:12:48 2000 +0000 @@ -289,7 +289,7 @@ 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)))