# HG changeset patch # User Richard M. Stallman # Date 737586845 0 # Node ID 6af690e582564c80097ec74d7e317f36471a6fa7 # Parent ce2187c33f4c1ca0d0e62ed664a9b4cc23b6de8e (texinfo-tex-region): Update name of tex-set-buffer-directory. diff -r ce2187c33f4c -r 6af690e58256 lisp/textmodes/texinfo.el --- a/lisp/textmodes/texinfo.el Sun May 16 21:11:54 1993 +0000 +++ b/lisp/textmodes/texinfo.el Sun May 16 21:14:05 1993 +0000 @@ -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 @@ ;; 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 " "