]> git.eshelyaron.com Git - emacs.git/commitdiff
(texinfo-mode): Undo changes mistakenly added with
authorRichard M. Stallman <rms@gnu.org>
Sat, 17 Jul 1993 17:27:02 +0000 (17:27 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 17 Jul 1993 17:27:02 +0000 (17:27 +0000)
previous batch: texinfo-{start,end}-of-header are now tex-...

lisp/textmodes/texinfo.el

index 47f9d0e76e852c6a264a19c51d7a80383409e416..4cad729351a534f840245a217e0ee86893bf9129 100644 (file)
@@ -367,9 +367,9 @@ value of texinfo-mode-hook."
   (setq comment-start-skip "@c +")
   (make-local-variable 'words-include-escapes)
   (setq words-include-escapes t)
-  (make-local-variable 'texinfo-start-of-header)
+  (make-local-variable 'tex-start-of-header)
   (setq tex-start-of-header "%**start")
-  (make-local-variable 'texinfo-end-of-header)
+  (make-local-variable 'tex-end-of-header)
   (setq tex-end-of-header "%**end")
   (run-hooks 'text-mode-hook 'texinfo-mode-hook))