emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el
Date: Thu, 28 Mar 2002 13:28:24 -0500

Index: emacs/lisp/progmodes/compile.el
diff -c emacs/lisp/progmodes/compile.el:1.251 
emacs/lisp/progmodes/compile.el:1.252
*** emacs/lisp/progmodes/compile.el:1.251       Sun Mar 24 19:39:41 2002
--- emacs/lisp/progmodes/compile.el     Thu Mar 28 13:28:24 2002
***************
*** 1148,1153 ****
--- 1148,1156 ----
      ;; later on.
      (goto-char omax)
      (insert ?\n mode-name " " (car status))
+     (if (and (numberp compilation-window-height)
+              (zerop compilation-window-height))
+         (message "%s" (cdr status)))
      (if (bolp)
        (forward-char -1))
      (insert " at " (substring (current-time-string) 0 19))



reply via email to

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