emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ChangeLog simple.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp ChangeLog simple.el
Date: Wed, 22 Jul 2009 02:35:48 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/07/22 02:35:48

Modified files:
        lisp           : ChangeLog simple.el 

Log message:
        (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15845&r2=1.15846
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/simple.el?cvsroot=emacs&r1=1.998&r2=1.999

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15845
retrieving revision 1.15846
diff -u -b -r1.15845 -r1.15846
--- ChangeLog   21 Jul 2009 23:34:33 -0000      1.15845
+++ ChangeLog   22 Jul 2009 02:35:45 -0000      1.15846
@@ -1,3 +1,13 @@
+2009-07-22  Glenn Morris  <address@hidden>
+
+       * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
+
+       * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
+       defcustom doc.
+       (list-load-path-shadows): Optionally, just return shadows as a string.
+
+       * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
+
 2009-07-21  Chong Yidong  <address@hidden>
 
        * mail/rmailedit.el (rmail-edit-mode): Use

Index: simple.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/simple.el,v
retrieving revision 1.998
retrieving revision 1.999
diff -u -b -r1.998 -r1.999
--- simple.el   19 Jul 2009 00:33:11 -0000      1.998
+++ simple.el   22 Jul 2009 02:35:48 -0000      1.999
@@ -5254,9 +5254,10 @@
   :type 'boolean
   :group 'paren-blinking)
 
-(defcustom blink-matching-paren-distance (* 25 1024)
+(defcustom blink-matching-paren-distance (* 100 1024)
   "If non-nil, maximum distance to search backwards for matching open-paren.
 If nil, search stops at the beginning of the accessible portion of the buffer."
+  :version "23.2"                       ; 25->100k
   :type '(choice (const nil) integer)
   :group 'paren-blinking)
 




reply via email to

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