1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00

(texinfo-mode): Undo changes mistakenly added with

previous batch: texinfo-{start,end}-of-header are now tex-...
This commit is contained in:
Richard M. Stallman 1993-07-17 17:27:02 +00:00
parent 9f9c0e277f
commit d78fc31546

View 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))