From a46fddeb85fa7fbd33f5cb45c48aec5e2be75009 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sat, 30 May 1998 15:00:07 +0000 Subject: [PATCH] (compilation-scroll-output): Correct the :version keyword to be a string. --- lisp/progmodes/compile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 end of their output window so that the end of the output is always visible rather than the begining." :type 'boolean - :version 20.3 + :version "20.3" :group 'compilation) (defun compile-internal (command error-message -- 2.39.2