auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] Changes to auctex/tex-buf.el,v


From: David Kastrup
Subject: [AUCTeX-diffs] Changes to auctex/tex-buf.el,v
Date: Wed, 20 Sep 2006 10:20:20 +0000

CVSROOT:        /sources/auctex
Module name:    auctex
Changes by:     David Kastrup <dak>     06/09/20 10:20:19

Index: tex-buf.el
===================================================================
RCS file: /sources/auctex/auctex/tex-buf.el,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -b -r1.252 -r1.253
--- tex-buf.el  25 May 2006 07:50:57 -0000      1.252
+++ tex-buf.el  20 Sep 2006 10:20:19 -0000      1.253
@@ -1,8 +1,7 @@
 ;;; tex-buf.el --- External commands for AUCTeX.
 
-;; Copyright (C) 1993, 1996, 2001, 2003, 2004,
+;; Copyright (C) 1991, 1993, 1996, 2001, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
-;; Copyright (C) 1991 Kresten Krab Thorup
 
 ;; Maintainer: address@hidden
 ;; Keywords: tex, wp
@@ -1110,8 +1109,9 @@
 
 (defun TeX-active-buffer ()
   "Return the buffer of the active process for this buffer."
+  (and TeX-command-buffer
   (TeX-process-buffer (with-current-buffer TeX-command-buffer
-                       (TeX-active-master))))
+                            (TeX-active-master)))))
 
 (defun TeX-active-master (&optional extension nondirectory)
   "The master file currently being compiled.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]