+2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * progmodes/compile.el (compilation-auto-jump-to-first-error): Add
+ group and version.
+
2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
* add-log.el (add-log-file-name): Use file-relative-name.
(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.")