]> git.eshelyaron.com Git - emacs.git/commitdiff
(defun-prompt-regexp): Make this variable buffer-local.
authorKarl Heuer <kwzh@gnu.org>
Wed, 20 Apr 1994 01:11:35 +0000 (01:11 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 20 Apr 1994 01:11:35 +0000 (01:11 +0000)
lisp/emacs-lisp/lisp.el

index f5904be736481b1a27c3dfe4c16eecde9404d291..b5c13eb1213c2b0d59ed2a6baa7706d8393dffda 100644 (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.")