From: Markus Rost Date: Mon, 20 May 2002 03:04:05 +0000 (+0000) Subject: (xscheme-start-hook): Change :version attribute to a string. X-Git-Tag: ttn-vms-21-2-B4~14986 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6c623a1df34f66dcc6bc62a0371f3ffa04f29d31;p=emacs.git (xscheme-start-hook): Change :version attribute to a string. --- diff --git a/lisp/xscheme.el b/lisp/xscheme.el index 1ede4aff23f..ec1c973a1cc 100644 --- a/lisp/xscheme.el +++ b/lisp/xscheme.el @@ -76,7 +76,7 @@ Is processed with `substitute-command-keys' first." When called, the current buffer will be the Scheme process-buffer." :type 'hook :group 'xscheme - :version 20.3) + :version "20.3") (defun xscheme-evaluation-commands (keymap) (define-key keymap "\e\C-x" 'xscheme-send-definition)