# HG changeset patch # User Karl Heuer # Date 766804295 0 # Node ID 7aa70fb3afa863992c92f9e64b5ac32ebc6a2b9d # Parent 2238e97bc571dd49543939de0fd297e04e2b116a (defun-prompt-regexp): Make this variable buffer-local. diff -r 2238e97bc571 -r 7aa70fb3afa8 lisp/emacs-lisp/lisp.el --- a/lisp/emacs-lisp/lisp.el Wed Apr 20 00:24:59 1994 +0000 +++ b/lisp/emacs-lisp/lisp.el Wed Apr 20 01:11:35 1994 +0000 @@ -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.")