/[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.236 by sds, Wed Sep 19 20:59:24 2001 UTC revision 1.236.4.1 by gerd, Mon Oct 22 18:49:37 2001 UTC
# Line 877  exited abnormally with code %d\n" Line 877  exited abnormally with code %d\n"
877                   (select-window window)                   (select-window window)
878                   (enlarge-window (- compilation-window-height                   (enlarge-window (- compilation-window-height
879                                      (window-height))))                                      (window-height))))
880               (select-window w))))))               ;; The enlarge-window above may have deleted W, if
881                 ;; compilation-window-height is large enough.
882                 (when (window-live-p w)
883                   (select-window w)))))))
884    
885  (defvar compilation-minor-mode-map  (defvar compilation-minor-mode-map
886    (let ((map (make-sparse-keymap)))    (let ((map (make-sparse-keymap)))

Legend:
Removed from v.1.236  
changed lines
  Added in v.1.236.4.1

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