# HG changeset patch # User Dan Nicolaescu <dann@ics.uci.edu> # Date 1184963132 0 # Node ID af49557163c69473c7b9ac3b027ac4c0c5422ef2 # Parent 571d99dbf19d30c1bd6b3a10888b568036c8a60c (compilation-auto-jump-to-first-error): Add group and version. diff -r 571d99dbf19d -r af49557163c6 lisp/ChangeLog --- a/lisp/ChangeLog Fri Jul 20 20:23:58 2007 +0000 +++ b/lisp/ChangeLog Fri Jul 20 20:25:32 2007 +0000 @@ -1,3 +1,8 @@ +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. diff -r 571d99dbf19d -r af49557163c6 lisp/progmodes/compile.el --- 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.")