From: Reuben Thomas Date: Sun, 4 Dec 2016 14:15:50 +0000 (+0000) Subject: Remove some commented-out code X-Git-Tag: emacs-26.0.90~1102 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ada717efc4cd541fe26b0e8a15698e1c6a732444;p=emacs.git Remove some commented-out code lisp/textmodes/ispell.el (ispell-process) ispell-valid-dictionary-list): Remove commented-out code. --- diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 95e87e430d0..a6dd9058a22 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))))