emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master a5ff1fc: Add missing require


From: Reuben Thomas
Subject: [Emacs-diffs] master a5ff1fc: Add missing require
Date: Sun, 20 Aug 2017 16:36:17 -0400 (EDT)

branch: master
commit a5ff1fc0696d5e8f9cea1cf00caa2b980e1761af
Author: Reuben Thomas <address@hidden>
Commit: Reuben Thomas <address@hidden>

    Add missing require
    
    * lisp/textmodes/ispell.el: Require subr-x. (Thanks, Eli Zaretskii.)
---
 lisp/textmodes/ispell.el | 1 +
 1 file changed, 1 insertion(+)

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



reply via email to

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