/[emacs]/emacs/lisp/progmodes/compile.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/compile.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.239 by monnier, Fri Oct 12 17:43:05 2001 UTC revision 1.240 by gerd, Mon Oct 22 18:43:26 2001 UTC
# Line 937  exited abnormally with code %d\n" Line 937  exited abnormally with code %d\n"
937                   (select-window window)                   (select-window window)
938                   (enlarge-window (- compilation-window-height                   (enlarge-window (- compilation-window-height
939                                      (window-height))))                                      (window-height))))
940               (select-window w))))))               ;; The enlarge-window above may have deleted W, if
941                 ;; compilation-window-height is large enough.
942                 (when (window-live-p w)
943                   (select-window w)))))))
944    
945  (defvar compilation-minor-mode-map  (defvar compilation-minor-mode-map
946    (let ((map (make-sparse-keymap)))    (let ((map (make-sparse-keymap)))

Legend:
Removed from v.1.239  
changed lines
  Added in v.1.240

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26