diff --git a/lisp/simple.el b/lisp/simple.el index f06a279c9c2..760d8cde744 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -4236,7 +4236,7 @@ If nil, search stops at the beginning of the accessible portion of the buffer." (defun blink-matching-open () "Move cursor momentarily to the beginning of the sexp before point." (interactive) - (when (and (> (point) (1+ (point-min))) + (when (and (> (point) (point-min)) blink-matching-paren ;; Verify an even number of quoting characters precede the close. (= 1 (logand 1 (- (point)