1
Fork 0
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:
Karl Heuer 1994-04-20 01:11:35 +00:00
parent 791587eebf
commit 24ff54989b

View file

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