aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/compile.el
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-08-08 18:30:47 +0000
committerGerd Moellmann <[email protected]>2000-08-08 18:30:47 +0000
commit18aac618faea129e729838e837619f0f2f3d3530 (patch)
tree08665636c1a1b4becd914bf34a91851949da0220 /lisp/progmodes/compile.el
parentd4021fd9f9d64d7dd9880178065678cee779e4ec (diff)
(compilation-setup): Make variable
compilation-error-screen-columns buffer-local, as some comment in the code suggests it should be.
Diffstat (limited to 'lisp/progmodes/compile.el')
-rw-r--r--lisp/progmodes/compile.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index 2fdd1adf5e..0f192ee84e 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -957,6 +957,7 @@ Runs `compilation-mode-hook' with `run-hooks' (which see)."
(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