Mercurial > emacs
changeset 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 | 571d99dbf19d |
children | 0de2cd15c33d |
files | lisp/ChangeLog lisp/progmodes/compile.el |
diffstat | 2 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.
--- 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.")