aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/emacs-lisp/gulp.el3
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8f13ebaab2a..597cbc15bfa 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12014-02-10 Glenn Morris <rgm@gnu.org>
2
3 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
4
12014-02-09 Alan Mackenzie <acm@muc.de> 52014-02-09 Alan Mackenzie <acm@muc.de>
2 6
3 Fix c-invalidate-state-cache on narrowed buffers. 7 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 @@
33 :prefix "-" 33 :prefix "-"
34 :group 'maint) 34 :group 'maint)
35 35
36(defcustom gulp-discard "^;+ *Maintainer: *FSF *$" 36(defcustom gulp-discard "^;+ *Maintainer: *\\(FSF\\|emacs-devel@gnu\\.org\\) *$"
37 "The regexp matching the packages not requiring the request for updates." 37 "The regexp matching the packages not requiring the request for updates."
38 :version "24.4" ; added emacs-devel
38 :type 'regexp 39 :type 'regexp
39 :group 'gulp) 40 :group 'gulp)
40 41