* lisp/emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
authorGlenn Morris <rgm@gnu.org>
Mon, 10 Feb 2014 01:38:56 +0000 (17:38 -0800)
committerGlenn Morris <rgm@gnu.org>
Mon, 10 Feb 2014 01:38:56 +0000 (17:38 -0800)
lisp/ChangeLog
lisp/emacs-lisp/gulp.el

index 8f13eba..597cbc1 100644 (file)
@@ -1,3 +1,7 @@
+2014-02-10  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
+
 2014-02-09  Alan Mackenzie  <acm@muc.de>
 
        Fix c-invalidate-state-cache on narrowed buffers.
index 170ebcc..d0a89b3 100644 (file)
@@ -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)