emacs-diffs
[Top][All Lists]
Advanced

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

master cb5d1fe 2/2: Remove unnecessary requires of rx


From: Stefan Kangas
Subject: master cb5d1fe 2/2: Remove unnecessary requires of rx
Date: Sun, 21 Mar 2021 20:11:10 -0400 (EDT)

branch: master
commit cb5d1fe1aa9f280d60fcb33b58fc83ace3d95081
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Remove unnecessary requires of rx
    
    * lisp/cedet/semantic/wisent/python.el (rx):
    * test/src/process-tests.el (rx): Remove unnecessary requires.
---
 lisp/cedet/semantic/wisent/python.el | 2 --
 test/src/process-tests.el            | 1 -
 2 files changed, 3 deletions(-)

diff --git a/lisp/cedet/semantic/wisent/python.el 
b/lisp/cedet/semantic/wisent/python.el
index 7a5761c..9ac4ed9 100644
--- a/lisp/cedet/semantic/wisent/python.el
+++ b/lisp/cedet/semantic/wisent/python.el
@@ -27,8 +27,6 @@
 
 ;;; Code:
 
-(require 'rx)
-
 ;; Try to load python support, but fail silently since it is only used
 ;; for optional functionality
 (require 'python nil t)
diff --git a/test/src/process-tests.el b/test/src/process-tests.el
index 17aef30..b64c82c 100644
--- a/test/src/process-tests.el
+++ b/test/src/process-tests.el
@@ -26,7 +26,6 @@
 (require 'cl-lib)
 (require 'ert)
 (require 'puny)
-(require 'rx)
 (require 'subr-x)
 (require 'dns)
 



reply via email to

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