(defun-prompt-regexp): Fix customize type.
This commit is contained in:
parent
9cbf5df254
commit
ba6b3a2a59
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue