# HG changeset patch # User Richard M. Stallman # Date 743320177 0 # Node ID 8e42b7df5c4f2dd8870764b40127da469edae4d0 # Parent 997e8a52f9fd1eb4ab566017b756ea45f2821ad3 (complete): Use sit-for, not cmpl19-sit-for. diff -r 997e8a52f9fd -r 8e42b7df5c4f lisp/completion.el --- a/lisp/completion.el Thu Jul 22 05:47:10 1993 +0000 +++ b/lisp/completion.el Thu Jul 22 05:49:37 1993 +0000 @@ -1867,7 +1867,9 @@ ;; Don't accept completions (setq completion-to-accept nil) ;; print message - (if (and print-status-p (cmpl19-sit-for 0)) + ;; This used to call cmpl19-sit-for, an undefined function. + ;; I hope that sit-for does the right thing; I don't know -- rms. + (if (and print-status-p (sit-for 0)) (message "No %scompletions." (if (eq this-command last-command) "more " ""))) ;; statistics