From 18aac618faea129e729838e837619f0f2f3d3530 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 8 Aug 2000 18:30:47 +0000 Subject: [PATCH] (compilation-setup): Make variable compilation-error-screen-columns buffer-local, as some comment in the code suggests it should be. --- lisp/progmodes/compile.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 2fdd1adf5ec..0f192ee84e5 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 -- 2.39.2