emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/simple.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Sun, 25 Sep 2005 20:03:43 -0400

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.751 emacs/lisp/simple.el:1.752
*** emacs/lisp/simple.el:1.751  Sun Sep 18 12:25:02 2005
--- emacs/lisp/simple.el        Mon Sep 26 00:03:43 2005
***************
*** 4236,4242 ****
  (defun blink-matching-open ()
    "Move cursor momentarily to the beginning of the sexp before point."
    (interactive)
!   (when (and (> (point) (1+ (point-min)))
             blink-matching-paren
             ;; Verify an even number of quoting characters precede the close.
             (= 1 (logand 1 (- (point)
--- 4236,4242 ----
  (defun blink-matching-open ()
    "Move cursor momentarily to the beginning of the sexp before point."
    (interactive)
!   (when (and (> (point) (point-min))
             blink-matching-paren
             ;; Verify an even number of quoting characters precede the close.
             (= 1 (logand 1 (- (point)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]