diff options
Diffstat (limited to 'lisp/xscheme.el')
-rw-r--r-- | lisp/xscheme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/xscheme.el b/lisp/xscheme.el index 2eddecfb0d2..98803e510ae 100644 --- a/lisp/xscheme.el +++ b/lisp/xscheme.el @@ -215,7 +215,7 @@ With argument, asks for a command line." (kill-local-variable 'xscheme-buffer-name) (kill-local-variable 'xscheme-process-name) (kill-local-variable 'xscheme-runlight)) - + (defun verify-xscheme-buffer (buffer-name localp) (if (and localp (xscheme-process-buffer-current-p)) (error "Cannot change the interaction buffer of an interaction buffer")) |