auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] Changes to auctex/tex-buf.el


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/tex-buf.el
Date: Tue, 07 Feb 2006 13:05:25 +0000

Index: auctex/tex-buf.el
diff -u auctex/tex-buf.el:1.246 auctex/tex-buf.el:1.247
--- auctex/tex-buf.el:1.246     Tue Feb  7 10:15:19 2006
+++ auctex/tex-buf.el   Tue Feb  7 13:05:25 2006
@@ -725,6 +725,13 @@
   (let ((fun (car (read-from-string command))))
     (if (functionp fun) (funcall fun) (eval fun))))
 
+(defun TeX-run-ispell-on-document (command ignored name)
+  "Run ispell on all open files belonging to the current document.
+This function is *obsolete* and only here for compatibility
+reasons.  Use `TeX-run-function' instead."
+  (interactive)
+  (TeX-ispell-document ""))
+
 
 ;;; Command Sentinels
 




reply via email to

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