emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116381: * lisp/emacs-lisp/gulp.el (gulp-discard): A


From: Glenn Morris
Subject: [Emacs-diffs] trunk r116381: * lisp/emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
Date: Mon, 10 Feb 2014 01:39:06 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116381
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2014-02-09 17:38:56 -0800
message:
  * lisp/emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/emacs-lisp/gulp.el        gulp.el-20091113204419-o5vbwnq5f7feedwu-981
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-02-09 12:34:25 +0000
+++ b/lisp/ChangeLog    2014-02-10 01:38:56 +0000
@@ -1,3 +1,7 @@
+2014-02-10  Glenn Morris  <address@hidden>
+
+       * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
+
 2014-02-09  Alan Mackenzie  <address@hidden>
 
        Fix c-invalidate-state-cache on narrowed buffers.

=== modified file 'lisp/emacs-lisp/gulp.el'
--- a/lisp/emacs-lisp/gulp.el   2014-02-10 01:34:22 +0000
+++ b/lisp/emacs-lisp/gulp.el   2014-02-10 01:38:56 +0000
@@ -33,8 +33,9 @@
   :prefix "-"
   :group 'maint)
 
-(defcustom gulp-discard "^;+ *Maintainer: *FSF *$"
+(defcustom gulp-discard "^;+ *Maintainer: *\\(FSF\\|address@hidden) *$"
   "The regexp matching the packages not requiring the request for updates."
+  :version "24.4"                      ; added emacs-devel
   :type 'regexp
   :group 'gulp)
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]