comparison lisp/xscheme.el @ 45384:d1cd5d1c6e77

(xscheme-start-hook): Change :version attribute to a string.
author Markus Rost <rost@math.uni-bielefeld.de>
date Mon, 20 May 2002 03:04:05 +0000
parents 0715d86d229c
children 036e57c15cdc
comparison
equal deleted inserted replaced
45383:cf6ac39b0249 45384:d1cd5d1c6e77
74 (defcustom xscheme-start-hook nil 74 (defcustom xscheme-start-hook nil
75 "If non-nil, a procedure to call when the Scheme process is started. 75 "If non-nil, a procedure to call when the Scheme process is started.
76 When called, the current buffer will be the Scheme process-buffer." 76 When called, the current buffer will be the Scheme process-buffer."
77 :type 'hook 77 :type 'hook
78 :group 'xscheme 78 :group 'xscheme
79 :version 20.3) 79 :version "20.3")
80 80
81 (defun xscheme-evaluation-commands (keymap) 81 (defun xscheme-evaluation-commands (keymap)
82 (define-key keymap "\e\C-x" 'xscheme-send-definition) 82 (define-key keymap "\e\C-x" 'xscheme-send-definition)
83 (define-key keymap "\C-x\C-e" 'advertised-xscheme-send-previous-expression) 83 (define-key keymap "\C-x\C-e" 'advertised-xscheme-send-previous-expression)
84 (define-key keymap "\eo" 'xscheme-send-buffer) 84 (define-key keymap "\eo" 'xscheme-send-buffer)