branch: externals/auctex commit feaddc3e0d653c0882bb4a45ccc60bbfd010ed18 Author: Tassilo Horn <t...@gnu.org> Commit: Tassilo Horn <t...@gnu.org>
Delete unused ispell code from 1994. * tex.el (ispell-tex-buffer-p): Delete defun. (ispell-enable-tex-parser): Don't set undefined variable. --- tex.el | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tex.el b/tex.el index 4481bd1..681a8a3 100644 --- a/tex.el +++ b/tex.el @@ -6458,15 +6458,6 @@ NAME may be a package, a command, or a document." ;;; Ispell Support -;; FIXME: Document those functions and variables. -- rs - -;; The FSF ispell.el use this. -(defun ispell-tex-buffer-p () - (and (boundp 'ispell-tex-p) ispell-tex-p)) - -;; The FSF ispell.el might one day use this. -(setq ispell-enable-tex-parser t) - (defun TeX-run-ispell (_command _string file) "Run ispell on current TeX buffer." (cond ((and (string-equal file (TeX-region-file))