emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master b989c41 14/23: Remove remaining mentions of XEmacs


From: Reuben Thomas
Subject: [Emacs-diffs] master b989c41 14/23: Remove remaining mentions of XEmacs from ispell.el
Date: Tue, 13 Dec 2016 19:44:36 +0000 (UTC)

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

    Remove remaining mentions of XEmacs from ispell.el
    
    * lisp/textmodes/ispell.el (ispell-valid-dictionary-list):
    (ispell-add-per-file-word-list): Remove mentions of XEmacs from
    comments.
---
 lisp/textmodes/ispell.el |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index c2d6d60..3abefdc 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -1331,8 +1331,7 @@ aspell is used along with Emacs).")
   "Return a list of valid dictionaries.
 The variable `ispell-library-directory' defines their location."
   ;; Initialize variables and dictionaries alists for desired spellchecker.
-  ;; Make sure ispell.el is loaded to avoid some autoload loops in XEmacs
-  ;; (and may be others)
+  ;; Make sure ispell.el is loaded to avoid some autoload loops.
   (if (featurep 'ispell)
       (ispell-set-spellchecker-params))
 
@@ -4189,6 +4188,6 @@ Both should not be used to define a buffer-local 
dictionary."
 ; LocalWords:  minipage pers dict unhighlight buf grep sync prev inc
 ; LocalWords:  fn oldot NB AIX msg init read's bufs pt cmd Quinlan eg
 ; LocalWords:  uuencoded unidiff sc nn VM SGML eval IspellPersDict
-; LocalWords:  lns XEmacs HTML casechars Multibyte
+; LocalWords:  lns HTML casechars Multibyte
 
 ;;; ispell.el ends here



reply via email to

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