summaryrefslogtreecommitdiff
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-07-10 22:19:56 +0000
committerJim Blandy <jimb@redhat.com>1992-07-10 22:19:56 +0000
commit7047ec77690bdef675cc5e8983cbbc66d0d12a6d (patch)
tree6863fdb996d9feb11c7ea2e696f81d5478feafaf /lisp/textmodes
parent1c393159a24ae0c5891c7f6367db53459f76d2e0 (diff)
downloademacs-7047ec77690bdef675cc5e8983cbbc66d0d12a6d.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/tex-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el
index 81b072af545..545fcd34def 100644
--- a/lisp/textmodes/tex-mode.el
+++ b/lisp/textmodes/tex-mode.el
@@ -741,7 +741,7 @@ This function is more useful than \\[tex-buffer] when you need the
(file-name-nondirectory (buffer-file-name))
(error "Buffer does not seem to be associated with any file")))
(file-dir (file-name-directory (buffer-file-name))))
- (if (tex-offer-save)
+ (if tex-offer-save
(save-some-buffers))
(if (tex-shell-running)
(tex-kill-job)