1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

fix a typo in last patch

This commit is contained in:
Sam Steingold 2010-03-24 09:41:07 -04:00
parent 1e9d758c2f
commit 5f2484c238

View file

@ -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)