]> git.eshelyaron.com Git - emacs.git/commitdiff
(beginning-of-defun): Fix harmless paren typo.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 19 Feb 2009 17:31:51 +0000 (17:31 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 19 Feb 2009 17:31:51 +0000 (17:31 +0000)
lisp/emacs-lisp/lisp.el

index 79fb8377f23cbb1c34d59d918ee30016b5e90917..f11c99100a13b4df2123accc6729064b84f412f1 100644 (file)
@@ -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