aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1998-05-30 15:00:07 +0000
committerKarl Heuer1998-05-30 15:00:07 +0000
commita46fddeb85fa7fbd33f5cb45c48aec5e2be75009 (patch)
treee301c9469b85bf72e632583b330cc2cfb9ebffd4
parenteabe0ad3add17f44c298d6be2b8a659aed4b5286 (diff)
downloademacs-a46fddeb85fa7fbd33f5cb45c48aec5e2be75009.tar.gz
emacs-a46fddeb85fa7fbd33f5cb45c48aec5e2be75009.zip
(compilation-scroll-output): Correct the :version
keyword to be a string.
-rw-r--r--lisp/progmodes/compile.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index 53237cafb13..c74c2c570ca 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -624,7 +624,7 @@ Setting it causes the compilation-mode commands to put point at the
624end of their output window so that the end of the output is always 624end of their output window so that the end of the output is always
625visible rather than the begining." 625visible rather than the begining."
626 :type 'boolean 626 :type 'boolean
627 :version 20.3 627 :version "20.3"
628 :group 'compilation) 628 :group 'compilation)
629 629
630(defun compile-internal (command error-message 630(defun compile-internal (command error-message