mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 13:57:36 +00:00
(compile-internal): Force redisplay on compilation
buffer before executing compile process.
This commit is contained in:
parent
e0585c647b
commit
4dba7b41a4
1 changed files with 1 additions and 0 deletions
|
|
@ -398,6 +398,7 @@ Returns the compilation buffer created."
|
|||
(cons proc compilation-in-progress)))
|
||||
;; No asynchronous processes available
|
||||
(message (format "Executing `%s'..." command))
|
||||
(sit-for 0) ;; Force redisplay
|
||||
(let ((status (call-process shell-file-name nil outbuf nil "-c"
|
||||
command))))
|
||||
(message (format "Executing `%s'...done" command)))))
|
||||
|
|
|
|||
Loading…
Reference in a new issue