mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-17 10:06:13 +00:00
From John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
(f90-match-end): Use `blink-matching-delay'.
This commit is contained in:
parent
3631f99348
commit
c046af9511
@ -1,3 +1,8 @@
|
||||
2005-11-02 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* progmodes/fortran.el (fortran-blink-match): Use
|
||||
`blink-matching-delay'.
|
||||
|
||||
2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
|
||||
|
||||
* progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
|
||||
|
@ -1767,7 +1767,7 @@ Leave point at the end of line."
|
||||
(buffer-substring
|
||||
(line-beginning-position)
|
||||
(line-end-position)))
|
||||
(sit-for 1)))
|
||||
(sit-for blink-matching-delay)))
|
||||
(setq beg-block (car matching-beg)
|
||||
beg-name (car (cdr matching-beg)))
|
||||
(goto-char end-point)
|
||||
|
Loading…
Reference in New Issue
Block a user