From: Gerd Moellmann Date: Tue, 8 Aug 2000 18:30:47 +0000 (+0000) Subject: (compilation-setup): Make variable X-Git-Tag: emacs-pretest-21.0.90~2409 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=18aac618faea129e729838e837619f0f2f3d3530;p=emacs.git (compilation-setup): Make variable compilation-error-screen-columns buffer-local, as some comment in the code suggests it should be. --- 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