]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/vc/ediff-vers.el: Remove XEmacs compat code.
authorStefan Kangas <stefan@marxist.se>
Mon, 15 Mar 2021 01:49:07 +0000 (02:49 +0100)
committerStefan Kangas <stefan@marxist.se>
Mon, 15 Mar 2021 01:53:45 +0000 (02:53 +0100)
lisp/vc/ediff-vers.el

index 13a653b270bc448d27e3871d5b084b0dcfb796e8..9e82392725d56c23602af6e76c8763500f708965 100644 (file)
 
 ;;; Code:
 
-;; Compiler pacifier
-(defvar rcs-default-co-switches)
+(eval-when-compile (require 'ediff-init))
 
-(and noninteractive
-     (eval-when-compile
-       (condition-case nil
-          ;; for compatibility with current stable version of xemacs
-          (progn
-            ;;(require 'pcvs nil 'noerror)
-            ;;(require 'rcs nil 'noerror)
-            (require 'pcvs)
-            (require 'rcs))
-        (error nil))
-       (require 'vc)
-       (require 'ediff-init)
-       ))
-;; end pacifier
+(defvar rcs-default-co-switches)
 
 (defcustom ediff-keep-tmp-versions nil
   "If t, do not delete temporary previous versions for the files on which