diff options
-rw-r--r-- | lisp/progmodes/compile.el | 2 |
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 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 |