(beginning-of-defun): Fix harmless paren typo.
This commit is contained in:
parent
083d6104ef
commit
4114bc4975
1 changed files with 2 additions and 1 deletions
|
@ -259,7 +259,8 @@ is called as a function to find the defun's beginning."
|
|||
"\\(?:" defun-prompt-regexp "\\)\\s(")
|
||||
"^\\s(")
|
||||
nil 'move arg)
|
||||
(progn (goto-char (1- (match-end 0)))) t))
|
||||
(progn (goto-char (1- (match-end 0)))
|
||||
t)))
|
||||
|
||||
;; If open-paren-in-column-0-is-defun-start and defun-prompt-regexp
|
||||
;; are both nil, column 0 has no significance - so scan forward
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue