]> git.eshelyaron.com Git - emacs.git/commitdiff
(xscheme-start-hook): Change :version attribute to a string.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Mon, 20 May 2002 03:04:05 +0000 (03:04 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Mon, 20 May 2002 03:04:05 +0000 (03:04 +0000)
lisp/xscheme.el

index 1ede4aff23fac55ffc31aad950bd266f14cd8f4a..ec1c973a1cc15cbea37cc96644f6668ad98840e6 100644 (file)
@@ -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)