comparison lisp/simple.el @ 90296:d57ee9eab157

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-15 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 66-84) - Update from CVS - rcirc: Add flexible response formatting; Add nick abbrevs - Merge from gnus--rel--5.10 - Update from CVS: man/dired.texi (Tumme): More tumme documentation. - Merge from erc--emacs--0 - Make ERC comply with the new copyright year guidelines. - (rcirc-format-response-string): Fix small bugs - Fix compiler error in erc-dcc.el. * gnus--rel--5.10 (patch 29) - Add sendmail.el and smptmail.el from Emacs tree to contrib/
author Miles Bader <miles@gnu.org>
date Tue, 14 Feb 2006 05:54:12 +0000
parents c5406394f567 508732e39a9f
children a802c5505156
comparison
equal deleted inserted replaced
90295:4b3d39451150 90296:d57ee9eab157
4334 "*Time in seconds to delay after showing a matching paren." 4334 "*Time in seconds to delay after showing a matching paren."
4335 :type 'number 4335 :type 'number
4336 :group 'paren-blinking) 4336 :group 'paren-blinking)
4337 4337
4338 (defcustom blink-matching-paren-dont-ignore-comments nil 4338 (defcustom blink-matching-paren-dont-ignore-comments nil
4339 "*Non-nil means `blink-matching-paren' will not ignore comments." 4339 "*nil means `blink-matching-paren' ignores comments.
4340 More precisely, when looking for the matching parenthesis,
4341 it skips the contents of comments that end before point."
4340 :type 'boolean 4342 :type 'boolean
4341 :group 'paren-blinking) 4343 :group 'paren-blinking)
4342 4344
4343 (defun blink-matching-open () 4345 (defun blink-matching-open ()
4344 "Move cursor momentarily to the beginning of the sexp before point." 4346 "Move cursor momentarily to the beginning of the sexp before point."