From: Sam Steingold Date: Wed, 24 Mar 2010 13:41:07 +0000 (-0400) Subject: fix a typo in last patch X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~663 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5f2484c238e76640773d6093a1ebbdbf0e98b1e3;p=emacs.git fix a typo in last patch --- 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)