]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove some commented-out code
authorReuben Thomas <rrt@sc3d.org>
Sun, 4 Dec 2016 14:15:50 +0000 (14:15 +0000)
committerReuben Thomas <rrt@sc3d.org>
Tue, 13 Dec 2016 19:43:49 +0000 (19:43 +0000)
lisp/textmodes/ispell.el (ispell-process)
ispell-valid-dictionary-list): Remove commented-out code.

lisp/textmodes/ispell.el

index 95e87e430d0a8298d46c33bc406875532bbfb872..a6dd9058a22bc1b90ecd1b9ad05e51a56f75d88e 100644 (file)
@@ -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))))