aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-05-16 21:14:05 +0000
committerRichard M. Stallman <[email protected]>1993-05-16 21:14:05 +0000
commitc678a343811af4a296271bbec80f061d746d1e85 (patch)
tree36484237583e751aab5df9b5bb8d359f536b8c9c /lisp/textmodes
parente67adf468642df0f277257a61ad1492d4fcb0298 (diff)
(texinfo-tex-region): Update name of tex-set-buffer-directory.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/texinfo.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el
index 32e99785e6..203e5b1722 100644
--- a/lisp/textmodes/texinfo.el
+++ b/lisp/textmodes/texinfo.el
@@ -24,7 +24,7 @@
;;; Code:
-;;; Don't you dare insert any `require' calls in this file--rms.
+;;; Don't you dare insert any `require' calls at top level in this file--rms.
(defvar texinfo-mode-syntax-table nil)
@@ -403,10 +403,10 @@ tex-trailer is appended to the temporary file after the region."
;; make sure trailer isn't hidden by a comment
(insert-string "\n")
(if local-tex-trailer (insert-string local-tex-trailer))
- (set-buffer-directory temp-buffer zap-directory)
+ (tex-set-buffer-directory temp-buffer zap-directory)
(write-region (point-min) (point-max) tex-out-file t nil))))
- (set-buffer-directory "*tex-shell*" zap-directory)
+ (tex-set-buffer-directory "*tex-shell*" zap-directory)
(send-string "tex-shell" (concat tex-shell-cd-command " "
zap-directory "\n"))
(send-string "tex-shell" (concat texinfo-tex-command " "