changeset 4116:1be9089f7721

(texinfo-mode): Undo changes mistakenly added with previous batch: texinfo-{start,end}-of-header are now tex-...
author Richard M. Stallman <rms@gnu.org>
date Sat, 17 Jul 1993 17:27:02 +0000
parents 4aafcdc3d9e7
children f1c57e8c8bde
files lisp/textmodes/texinfo.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/texinfo.el	Sat Jul 17 02:10:03 1993 +0000
+++ b/lisp/textmodes/texinfo.el	Sat Jul 17 17:27:02 1993 +0000
@@ -367,9 +367,9 @@
   (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))