Mercurial > emacs
changeset 66633:ae0e8d9f7793
From John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
(f90-match-end): Use `blink-matching-delay'.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 02 Nov 2005 08:28:38 +0000 |
parents | cfd95a706888 |
children | ace318b5791e |
files | lisp/progmodes/f90.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/f90.el Wed Nov 02 08:27:59 2005 +0000 +++ b/lisp/progmodes/f90.el Wed Nov 02 08:28:38 2005 +0000 @@ -1767,7 +1767,7 @@ (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)