From 5f2484c238e76640773d6093a1ebbdbf0e98b1e3 Mon Sep 17 00:00:00 2001 From: Sam Steingold Date: Wed, 24 Mar 2010 09:41:07 -0400 Subject: [PATCH] fix a typo in last patch --- lisp/progmodes/compile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 8a858d74dcd..20fe89937bc 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -1785,7 +1785,7 @@ and runs `compilation-filter-hook'." (unless comint-inhibit-carriage-motion (comint-carriage-motion (process-mark proc) (point))) (set-marker (process-mark proc) (point)) - (set (make-local-variable buffer-modtime) (current-time)) + (set (make-local-variable 'buffer-modtime) (current-time)) (run-hooks 'compilation-filter-hook)) (goto-char pos) (narrow-to-region min max) -- 2.39.2