auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. feaddc3e0d653c0882bb4


From: Tassilo Horn
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. feaddc3e0d653c0882bb4a45ccc60bbfd010ed18
Date: Sat, 24 Oct 2020 14:02:46 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  feaddc3e0d653c0882bb4a45ccc60bbfd010ed18 (commit)
      from  5bffc2458ee9dfc846c1d98679cc9653534aac4e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit feaddc3e0d653c0882bb4a45ccc60bbfd010ed18
Author: Tassilo Horn <tsdh@gnu.org>
Date:   Sat Oct 24 20:01:27 2020 +0200

    Delete unused ispell code from 1994.
    
    * tex.el (ispell-tex-buffer-p): Delete defun.
    (ispell-enable-tex-parser): Don't set undefined variable.

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))

-----------------------------------------------------------------------

Summary of changes:
 tex.el | 9 ---------
 1 file changed, 9 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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