]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/erc/erc-compat.el (format-spec): Remove redundant require.
authorStefan Kangas <stefan@marxist.se>
Sun, 17 Oct 2021 23:49:39 +0000 (01:49 +0200)
committerStefan Kangas <stefan@marxist.se>
Sun, 17 Oct 2021 23:50:33 +0000 (01:50 +0200)
lisp/erc/erc-compat.el

index 6b1da2f9054051a89dafc46809fbe214ca321c86..9bbc1f6a0d1794df9c74b54a89dc5ce78ba20d46 100644 (file)
@@ -27,8 +27,6 @@
 
 ;;; Code:
 
-(require 'format-spec)
-
 ;;;###autoload(autoload 'erc-define-minor-mode "erc-compat")
 (define-obsolete-function-alias 'erc-define-minor-mode
   #'define-minor-mode "28.1")