emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master bc15740 1/3: ; * lisp/textmodes/ispell.el: `subr-x'


From: Noam Postavsky
Subject: [Emacs-diffs] master bc15740 1/3: ; * lisp/textmodes/ispell.el: `subr-x' is only needed at compile time.
Date: Sun, 20 Aug 2017 16:42:32 -0400 (EDT)

branch: master
commit bc157406a6dbef993f82e55707990ac462850956
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    ; * lisp/textmodes/ispell.el: `subr-x' is only needed at compile time.
---
 lisp/textmodes/ispell.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index 1c9b3db..e67e603 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -107,7 +107,7 @@
 ;;; Code:
 
 (eval-when-compile (require 'cl-lib))
-(require 'subr-x)
+(eval-when-compile (require 'subr-x))
 
 (defvar mail-yank-prefix)
 



reply via email to

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