# HG changeset patch # User Gerd Moellmann # Date 965759447 0 # Node ID f0a91dd9685b7fb6bccc367513d2c198522b7266 # Parent 34027013888a3e153a7ec6b5e5efcd73057c3e37 (compilation-setup): Make variable compilation-error-screen-columns buffer-local, as some comment in the code suggests it should be. diff -r 34027013888a -r f0a91dd9685b lisp/progmodes/compile.el --- a/lisp/progmodes/compile.el Tue Aug 08 18:30:21 2000 +0000 +++ b/lisp/progmodes/compile.el Tue Aug 08 18:30:47 2000 +0000 @@ -957,6 +957,7 @@ (set (make-local-variable 'compilation-parsing-end) (copy-marker 1)) (set (make-local-variable 'compilation-directory-stack) (list default-directory)) + (make-local-variable 'compilation-error-screen-columns) (setq compilation-last-buffer (current-buffer))) (defvar compilation-shell-minor-mode nil