emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 05e9477: * lisp/textmodes/ispell.el (ispell-use-fra


From: Glenn Morris
Subject: [Emacs-diffs] master 05e9477: * lisp/textmodes/ispell.el (ispell-use-framepop-p): Doc fix.
Date: Wed, 2 May 2018 15:39:37 -0400 (EDT)

branch: master
commit 05e9477ab5d5dba1b960415d60b9957caa90da48
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/textmodes/ispell.el (ispell-use-framepop-p): Doc fix.
---
 lisp/textmodes/ispell.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index 18bf263..1dc3965 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -326,11 +326,13 @@ The function must take one string argument and return a 
string."
   :type 'function
   :group 'ispell)
 
+;; FIXME framepop.el last updated c 2003 (?),
+;; probably something else replaces it these days.
 (defcustom ispell-use-framepop-p nil
   "When non-nil ispell uses framepop to display choices in a dedicated frame.
 You can set this variable to dynamically use framepop if you are in a
 window system by evaluating the following on startup to set this variable:
-  (and window-system (condition-case () (require \\='framepop) (error nil)))"
+  (and (display-graphic-p) (require \\='framepop nil t))"
   :type 'boolean
   :group 'ispell)
 



reply via email to

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