Mercurial > emacs
changeset 51084:c27a29e35a85
(beginning-of-defun-raw): Use shy-group.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 18 May 2003 21:51:01 +0000 |
parents | 52ad052cb312 |
children | ca33a96c3383 |
files | lisp/emacs-lisp/lisp.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp.el Sun May 18 21:37:23 2003 +0000 +++ b/lisp/emacs-lisp/lisp.el Sun May 18 21:51:01 2003 +0000 @@ -192,7 +192,7 @@ (and (re-search-backward (if defun-prompt-regexp (concat (if open-paren-in-column-0-is-defun-start "^\\s(\\|" "") - "\\(" defun-prompt-regexp "\\)\\s(") + "\\(?:" defun-prompt-regexp "\\)\\s(") "^\\s(") nil 'move (or arg 1)) (progn (goto-char (1- (match-end 0)))) t)))