]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/textmodes/ispell.el: `subr-x' is only needed at compile time.
authorNoam Postavsky <npostavs@gmail.com>
Sun, 20 Aug 2017 20:40:35 +0000 (16:40 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Sun, 20 Aug 2017 20:40:35 +0000 (16:40 -0400)
lisp/textmodes/ispell.el

index 1c9b3db274808222391de685a59c70d882f83938..e67e603e990e27aa956acc3c21087200bb42ec73 100644 (file)
 ;;; Code:
 
 (eval-when-compile (require 'cl-lib))
-(require 'subr-x)
+(eval-when-compile (require 'subr-x))
 
 (defvar mail-yank-prefix)