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
4114bc49
Commit
4114bc49
authored
Feb 19, 2009
by
Stefan Monnier
Browse files
(beginning-of-defun): Fix harmless paren typo.
parent
083d6104
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/emacs-lisp/lisp.el
lisp/emacs-lisp/lisp.el
+2
-1
No files found.
lisp/emacs-lisp/lisp.el
View file @
4114bc49
...
...
@@ -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
...
...
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