diff lisp/progmodes/compile.el @ 82004:af49557163c6

(compilation-auto-jump-to-first-error): Add group and version.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 20 Jul 2007 20:25:32 +0000
parents c0fc8e3cb6b4
children 76546b143f2d 492971a3f31f
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Fri Jul 20 20:23:58 2007 +0000
+++ b/lisp/progmodes/compile.el	Fri Jul 20 20:25:32 2007 +0000
@@ -607,7 +607,9 @@
 
 (defcustom compilation-auto-jump-to-first-error nil
   "If non-nil, automatically jump to the first error after `compile'."
-  :type 'boolean)
+  :type 'boolean
+  :group 'compilation
+  :version "23.1")
 
 (defvar compilation-auto-jump-to-next nil
   "If non-nil, automatically jump to the next error encountered.")