Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fd413a37
Commit
fd413a37
authored
Jul 22, 2009
by
Glenn Morris
Browse files
(blink-matching-paren-distance): Bump to 100k. (Bug#3889)
parent
0b952197
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
lisp/ChangeLog
lisp/ChangeLog
+10
-0
lisp/simple.el
lisp/simple.el
+2
-1
No files found.
lisp/ChangeLog
View file @
fd413a37
2009-07-22 Glenn Morris <rgm@gnu.org>
* 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 <cyd@stupidchicken.com>
* mail/rmailedit.el (rmail-edit-mode): Use
...
...
lisp/simple.el
View file @
fd413a37
...
...
@@ -5254,9 +5254,10 @@ It is also ignored if `show-paren-mode' is enabled."
: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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment