projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e9d758
)
fix a typo in last patch
author
Sam Steingold
<sds@gnu.org>
Wed, 24 Mar 2010 13:41:07 +0000
(09:41 -0400)
committer
Sam Steingold
<sds@gnu.org>
Wed, 24 Mar 2010 13:41:07 +0000
(09:41 -0400)
lisp/progmodes/compile.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/compile.el
b/lisp/progmodes/compile.el
index 8a858d74dcd987b6760a13f3c132d1327970671e..20fe89937bca7e79cbd82843d4a3fb0a3aa8269e 100644
(file)
--- 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)