auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] [elpa] externals/auctex b141ded 27/80: Remove compatibili


From: Tassilo Horn
Subject: [AUCTeX-diffs] [elpa] externals/auctex b141ded 27/80: Remove compatibility code for xemacs
Date: Wed, 16 Oct 2019 11:07:10 -0400 (EDT)

branch: externals/auctex
commit b141ded9327bedf7aa7e72d575f31ec020123975
Author: Ikumi Keita <address@hidden>
Commit: Ikumi Keita <address@hidden>

    Remove compatibility code for xemacs
    
    * prv-emacs.el (preview-compatibility-macros): Remove.
    * preview.el.in (eval-when-compile,makunbound): Remove useless
    codes.
---
 preview.el.in | 9 ---------
 prv-emacs.el  | 3 ---
 2 files changed, 12 deletions(-)

diff --git a/preview.el.in b/preview.el.in
index 4c40534..8748c8f 100644
--- a/preview.el.in
+++ b/preview.el.in
@@ -3634,14 +3634,5 @@ If not a regular release, the date of the last change.")
 file exhibiting the problem might help."
      )))
 
-(eval-when-compile
-  (when (boundp 'preview-compatibility-macros)
-    (dolist (elt preview-compatibility-macros)
-      (if (consp elt)
-         (fset (car elt) (cdr elt))
-       (fmakunbound elt)))))
-
-(makunbound 'preview-compatibility-macros)
-
 (provide 'preview)
 ;;; preview.el ends here
diff --git a/prv-emacs.el b/prv-emacs.el
index 0afef66..0ccce7b 100644
--- a/prv-emacs.el
+++ b/prv-emacs.el
@@ -30,9 +30,6 @@
 (require 'tex)
 (require 'latex)
 
-(defvar preview-compatibility-macros nil
-  "List of macros only present when compiling/loading.")
-
 (defcustom preview-transparent-color '(highlight :background)
   "Color to appear transparent in previews.
 Set this to something unusual when using `preview-transparent-border',



reply via email to

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