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:
parent
1e9d758c2f
commit
5f2484c238
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue