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
 


_______________________________________________
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to