Mercurial > emacs
changeset 30688:f0a91dd9685b
(compilation-setup): Make variable
compilation-error-screen-columns buffer-local, as some comment
in the code suggests it should be.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 08 Aug 2000 18:30:47 +0000 |
parents | 34027013888a |
children | 194b7f43b959 |
files | lisp/progmodes/compile.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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