]> git.eshelyaron.com Git - emacs.git/commitdiff
(makeinfo-region): Fix name of tex-start/end-of-header.
authorRichard M. Stallman <rms@gnu.org>
Tue, 12 Apr 1994 14:58:14 +0000 (14:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 12 Apr 1994 14:58:14 +0000 (14:58 +0000)
lisp/textmodes/makeinfo.el

index 58a1be1e9b1108521ae1ad4f755e83a3f92c4540..61269de9e2ce4d6794485e4ebc7bd18a116204d2 100644 (file)
@@ -112,12 +112,12 @@ command to gain use of `next-error'."
           (goto-char (point-min))
           (if (and 
                (prog1 
-                   (search-forward texinfo-start-of-header search-end t)
+                   (search-forward tex-start-of-header search-end t)
                  (beginning-of-line)
                  ;; Mark beginning of header.
                  (setq filename-or-header-beginning (point)))
                (prog1 
-                   (search-forward texinfo-end-of-header nil t)
+                   (search-forward tex-end-of-header nil t)
                  (beginning-of-line)
                  ;; Mark end of header
                  (setq filename-or-header-end (point))))