Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ba6b3a2a
Commit
ba6b3a2a
authored
Sep 09, 1997
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(defun-prompt-regexp): Fix customize type.
parent
9cbf5df2
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 @
ba6b3a2a
...
...
@@ -33,7 +33,8 @@
"*Non-nil => regexp to ignore, before the character that starts a defun.
This is only necessary if the opening paren or brace is not in column 0.
See `beginning-of-defun'."
:type
'boolean
:type
'
(
choice
(
const
nil
)
regexp
)
:group
'lisp
)
(
make-variable-buffer-local
'defun-prompt-regexp
)
...
...
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