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

(fortran-blink-match): Use `blink-matching-delay'.

This commit is contained in:
Glenn Morris 2005-11-02 08:30:45 +00:00
parent c046af9511
commit 7533f3b573

View file

@ -1251,7 +1251,7 @@ Use function FIND-BEGIN to match it."
(if message
(message "%s" message)
(goto-char matching)
(sit-for 1)
(sit-for blink-matching-delay)
(goto-char end-point)))))
(defun fortran-blink-matching-if ()