aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-02-09 17:38:56 -0800
committerGlenn Morris2014-02-09 17:38:56 -0800
commit2ab0ad85630b80869cbf0953fa132f076b86ca6b (patch)
tree3d5284854f5471cfd7932ee126e771b350c7644c
parent97bbf637c4cbe1dcc5e15762ee2fc310626644c3 (diff)
downloademacs-2ab0ad85630b80869cbf0953fa132f076b86ca6b.tar.gz
emacs-2ab0ad85630b80869cbf0953fa132f076b86ca6b.zip
* lisp/emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
-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