changeset 6973:7aa70fb3afa8

(defun-prompt-regexp): Make this variable buffer-local.
author Karl Heuer <kwzh@gnu.org>
date Wed, 20 Apr 1994 01:11:35 +0000
parents 2238e97bc571
children ab22b527d380
files lisp/emacs-lisp/lisp.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.")