mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-10 08:10:21 -08:00
(defun-prompt-regexp): Make this variable buffer-local.
This commit is contained in:
parent
791587eebf
commit
24ff54989b
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@
|
|||
"*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'.")
|
||||
(make-variable-buffer-local 'defun-prompt-regexp)
|
||||
|
||||
(defvar parens-require-spaces t
|
||||
"Non-nil => `insert-parentheses' should insert whitespace as needed.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue