auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] [elpa] externals/auctex 8cdf102 07/12: ; Fix commit b587f


From: Tassilo Horn
Subject: [AUCTeX-diffs] [elpa] externals/auctex 8cdf102 07/12: ; Fix commit b587fdbeb8 for Emacs 28
Date: Sat, 17 Apr 2021 15:13:22 -0400 (EDT)

branch: externals/auctex
commit 8cdf1023f1a0d3fefa906b0d2c8c068bc15d054b
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>

    ; Fix commit b587fdbeb8 for Emacs 28
    
    * tex.el (TeX-source-specials-view-start-server): Add entry for
    WHEN argument which is mandatory in Emacs 28.
---
 tex.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tex.el b/tex.el
index ebdfa8f..922d5be 100644
--- a/tex.el
+++ b/tex.el
@@ -1659,7 +1659,8 @@ as a string.")
 (make-variable-buffer-local 'TeX-source-correlate-output-page-function)
 
 (define-obsolete-variable-alias 'TeX-source-specials-view-start-server
-  'TeX-source-correlate-start-server)
+  'TeX-source-correlate-start-server "11.86")
+
 (defcustom TeX-source-correlate-start-server 'ask
   "Control if server should be started for inverse search."
   :type '(choice (const :tag "Always" t)




reply via email to

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