Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2ab0ad85
Commit
2ab0ad85
authored
Feb 09, 2014
by
Glenn Morris
Browse files
* lisp/emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
parent
97bbf637
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/emacs-lisp/gulp.el
lisp/emacs-lisp/gulp.el
+2
-1
No files found.
lisp/ChangeLog
View file @
2ab0ad85
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.
...
...
lisp/emacs-lisp/gulp.el
View file @
2ab0ad85
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment