]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove unnecessary requires of rx
authorStefan Kangas <stefan@marxist.se>
Sun, 21 Mar 2021 23:02:14 +0000 (00:02 +0100)
committerStefan Kangas <stefan@marxist.se>
Mon, 22 Mar 2021 00:06:32 +0000 (01:06 +0100)
* lisp/cedet/semantic/wisent/python.el (rx):
* test/src/process-tests.el (rx): Remove unnecessary requires.

lisp/cedet/semantic/wisent/python.el
test/src/process-tests.el

index 7a5761ce8c81568ceaf057bb80e571d8cfdccb04..9ac4ed9f518f09b8cf79c8d9f508dfb77936a696 100644 (file)
@@ -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)
index 17aef30a4335d287b29eb376cef2303169d10bf0..b64c82c87d04e24bd8b5c938c4c5f1d9545efdd1 100644 (file)
@@ -26,7 +26,6 @@
 (require 'cl-lib)
 (require 'ert)
 (require 'puny)
-(require 'rx)
 (require 'subr-x)
 (require 'dns)