comparison lisp/textmodes/texinfo.el @ 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 a2dc34c691cc
children 899976225848
comparison
equal deleted inserted replaced
4115:4aafcdc3d9e7 4116:1be9089f7721
365 (setq comment-start "@c ") 365 (setq comment-start "@c ")
366 (make-local-variable 'comment-start-skip) 366 (make-local-variable 'comment-start-skip)
367 (setq comment-start-skip "@c +") 367 (setq comment-start-skip "@c +")
368 (make-local-variable 'words-include-escapes) 368 (make-local-variable 'words-include-escapes)
369 (setq words-include-escapes t) 369 (setq words-include-escapes t)
370 (make-local-variable 'texinfo-start-of-header) 370 (make-local-variable 'tex-start-of-header)
371 (setq tex-start-of-header "%**start") 371 (setq tex-start-of-header "%**start")
372 (make-local-variable 'texinfo-end-of-header) 372 (make-local-variable 'tex-end-of-header)
373 (setq tex-end-of-header "%**end") 373 (setq tex-end-of-header "%**end")
374 (run-hooks 'text-mode-hook 'texinfo-mode-hook)) 374 (run-hooks 'text-mode-hook 'texinfo-mode-hook))
375 375
376 376
377 ;;; Insert string commands 377 ;;; Insert string commands