From bd3935f10a296b7c9fd0a2adf14c4f8312bd4850 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Wed, 23 Aug 2006 18:42:34 +0000 Subject: sit-for is indeed in subr.el, must be careful to load right libraries... --- lib/proof-compat.el | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'lib/proof-compat.el') diff --git a/lib/proof-compat.el b/lib/proof-compat.el index 1575a2f2..411455be 100644 --- a/lib/proof-compat.el +++ b/lib/proof-compat.el @@ -693,18 +693,6 @@ The corresponding face should be set using `edit-faces' or the ;; Future GNU Emacs versions ;; -;; sit-for maybe has disappeared in GNU Emacs CVS, tested 23.8.06 -(unless (fboundp 'sit-for) - (defun sit-for (arg &rest noredisplay) - "Compatible sit-for for newer GNU Emacs" - (cond - ((eq arg 0) ;; only called like this for redisplay immediately - (redisplay 'forceit)) - (noredisplay - (sleep-for arg)) - (t ;; sit-for was interrupted by input, - (sleep-for arg) ;; this isn't quite the same - (redisplay))))) ;; End of proof-compat.el (provide 'proof-compat) -- cgit v1.2.3