summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rost <rost@math.uni-bielefeld.de>2002-05-20 03:04:05 +0000
committerMarkus Rost <rost@math.uni-bielefeld.de>2002-05-20 03:04:05 +0000
commit6c623a1df34f66dcc6bc62a0371f3ffa04f29d31 (patch)
tree9df3729c78f3e332eaa4f46b81a598354d8b274d
parent2b29f15cc4ff308f7a38c9ba40b8bbd0a0d88817 (diff)
downloademacs-6c623a1df34f66dcc6bc62a0371f3ffa04f29d31.tar.gz
(xscheme-start-hook): Change :version attribute to a string.
-rw-r--r--lisp/xscheme.el2
1 files changed, 1 insertions, 1 deletions
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)