aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2021-03-22 00:02:14 +0100
committerStefan Kangas2021-03-22 01:06:32 +0100
commitcb5d1fe1aa9f280d60fcb33b58fc83ace3d95081 (patch)
tree2a62ce98d9fb9ada15c78b0df0125be487a403a6
parentaa21273788a8727effd05e9ae5fb2b2369fbd559 (diff)
downloademacs-cb5d1fe1aa9f280d60fcb33b58fc83ace3d95081.tar.gz
emacs-cb5d1fe1aa9f280d60fcb33b58fc83ace3d95081.zip
Remove unnecessary requires of rx
* lisp/cedet/semantic/wisent/python.el (rx): * test/src/process-tests.el (rx): Remove unnecessary requires.
-rw-r--r--lisp/cedet/semantic/wisent/python.el2
-rw-r--r--test/src/process-tests.el1
2 files changed, 0 insertions, 3 deletions
diff --git a/lisp/cedet/semantic/wisent/python.el b/lisp/cedet/semantic/wisent/python.el
index 7a5761ce8c8..9ac4ed9f518 100644
--- a/lisp/cedet/semantic/wisent/python.el
+++ b/lisp/cedet/semantic/wisent/python.el
@@ -27,8 +27,6 @@
27 27
28;;; Code: 28;;; Code:
29 29
30(require 'rx)
31
32;; Try to load python support, but fail silently since it is only used 30;; Try to load python support, but fail silently since it is only used
33;; for optional functionality 31;; for optional functionality
34(require 'python nil t) 32(require 'python nil t)
diff --git a/test/src/process-tests.el b/test/src/process-tests.el
index 17aef30a433..b64c82c87d0 100644
--- a/test/src/process-tests.el
+++ b/test/src/process-tests.el
@@ -26,7 +26,6 @@
26(require 'cl-lib) 26(require 'cl-lib)
27(require 'ert) 27(require 'ert)
28(require 'puny) 28(require 'puny)
29(require 'rx)
30(require 'subr-x) 29(require 'subr-x)
31(require 'dns) 30(require 'dns)
32 31