# HG changeset patch # User Dave Love # Date 973523826 0 # Node ID ffb346e61cf2f017a77ce27545b86426400039de # Parent 8d7249947f7b21fff74fcfc921cedbfc7d72c050 (auto-insert-alist) : Use \documentclass. diff -r 8d7249947f7b -r ffb346e61cf2 lisp/autoinsert.el --- a/lisp/autoinsert.el Mon Nov 06 14:44:17 2000 +0000 +++ b/lisp/autoinsert.el Mon Nov 06 15:17:06 2000 +0000 @@ -118,7 +118,7 @@ (latex-mode ;; should try to offer completing read for these "options, RET: " - "\\documentstyle[" str & ?\] | -1 + "\\documentclass[" str & ?\] | -1 ?{ (read-string "class: ") "}\n" ("package, %s: " "\\usepackage[" (read-string "options, RET: ") & ?\] | -1 ?{ str "}\n")