emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master ada717e 09/23: Remove some commented-out code


From: Reuben Thomas
Subject: [Emacs-diffs] master ada717e 09/23: Remove some commented-out code
Date: Tue, 13 Dec 2016 19:44:36 +0000 (UTC)

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

    Remove some commented-out code
    
    lisp/textmodes/ispell.el (ispell-process)
    ispell-valid-dictionary-list): Remove commented-out code.
---
 lisp/textmodes/ispell.el |    7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index 95e87e4..a6dd905 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -860,11 +860,7 @@ and added as a submenu of the \"Edit\" menu.")
 
 (defvar ispell-async-processp (and (fboundp 'delete-process)
                                   (fboundp 'process-send-string)
-                                  (fboundp 'accept-process-output)
-                                  ;;(fboundp 'make-process)
-                                  ;;(fboundp 'set-process-filter)
-                                  ;;(fboundp 'process-kill-without-query)
-                                  )
+                                  (fboundp 'accept-process-output))
   "Non-nil means that the OS supports asynchronous processes.")
 
 ;; Make ispell.el work better with aspell.
@@ -1452,7 +1448,6 @@ The variable `ispell-library-directory' defines their 
location."
       (define-key ispell-menu-map [ispell-buffer]
        `(menu-item ,(purecopy "Spell-Check Buffer") ispell-buffer
                    :help ,(purecopy "Check spelling of selected buffer")))
-      ;;(put 'ispell-region 'menu-enable 'mark-active)
       (fset 'ispell-menu-map (symbol-value 'ispell-menu-map))))
 
 



reply via email to

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