Mercurial > emacs
changeset 107489:c00cf5aef925
fix a typo in last patch
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Wed, 24 Mar 2010 09:41:07 -0400 |
parents | d1bd7b205e98 |
children | 7c9abe9e21d1 |
files | lisp/progmodes/compile.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/compile.el Wed Mar 24 04:30:28 2010 -0500 +++ b/lisp/progmodes/compile.el Wed Mar 24 09:41:07 2010 -0400 @@ -1785,7 +1785,7 @@ (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)