From 2ab0ad85630b80869cbf0953fa132f076b86ca6b Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 9 Feb 2014 17:38:56 -0800 Subject: [PATCH] * lisp/emacs-lisp/gulp.el (gulp-discard): Add emacs-devel. --- lisp/ChangeLog | 4 ++++ lisp/emacs-lisp/gulp.el | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8f13ebaab2a..597cbc15bfa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2014-02-10 Glenn Morris + + * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel. + 2014-02-09 Alan Mackenzie Fix c-invalidate-state-cache on narrowed buffers. diff --git a/lisp/emacs-lisp/gulp.el b/lisp/emacs-lisp/gulp.el index 170ebccab0c..d0a89b3075a 100644 --- a/lisp/emacs-lisp/gulp.el +++ b/lisp/emacs-lisp/gulp.el @@ -33,8 +33,9 @@ :prefix "-" :group 'maint) -(defcustom gulp-discard "^;+ *Maintainer: *FSF *$" +(defcustom gulp-discard "^;+ *Maintainer: *\\(FSF\\|emacs-devel@gnu\\.org\\) *$" "The regexp matching the packages not requiring the request for updates." + :version "24.4" ; added emacs-devel :type 'regexp :group 'gulp)