1
0
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:
Glenn Morris 2005-11-02 08:30:25 +00:00
parent 3631f99348
commit c046af9511
2 changed files with 6 additions and 1 deletions

View File

@ -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'.

View File

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