(defun-prompt-regexp): Fix customize type.

This commit is contained in:
Richard M. Stallman 1997-09-09 02:57:48 +00:00
parent 9cbf5df254
commit ba6b3a2a59

View file

@ -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)