From 765831a0749719d0e7e5b91cf1576689eb04cc36 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Fri, 20 Jul 2007 20:25:32 +0000 Subject: [PATCH] (compilation-auto-jump-to-first-error): Add group and version. --- lisp/ChangeLog | 5 +++++ lisp/progmodes/compile.el | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b5e5b530b8b..0404053f717 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-07-20 Dan Nicolaescu + + * progmodes/compile.el (compilation-auto-jump-to-first-error): Add + group and version. + 2007-07-20 Stefan Monnier * add-log.el (add-log-file-name): Use file-relative-name. diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index a7535cd523a..0c57e6f55b1 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -607,7 +607,9 @@ Faces `compilation-error-face', `compilation-warning-face', (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.") -- 2.39.5