Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5cd63720
Commit
5cd63720
authored
Jan 02, 2014
by
Xue Fuqiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* admin/check-doc-strings: Replace `perl -w' with `use warnings;'.
parent
b483c570
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
admin/ChangeLog
admin/ChangeLog
+4
-0
admin/admin.el
admin/admin.el
+1
-0
admin/check-doc-strings
admin/check-doc-strings
+2
-1
No files found.
admin/ChangeLog
View file @
5cd63720
2014-01-02 Xue Fuqiao <xfq.free@gmail.com>
* check-doc-strings: Replace `perl -w' with `use warnings;'.
2013-12-30 Glenn Morris <rgm@gnu.org>
* admin.el (manual-html-fix-headers, manual-html-fix-index-1):
...
...
admin/admin.el
View file @
5cd63720
...
...
@@ -218,6 +218,7 @@ ROOT should be the root of an Emacs source tree."
(buffer-substring start (point))))
'("efaq-w32")))))
;; TODO report the progress
(defun make-manuals (root &optional type)
"Generate the web manuals for the Emacs webpage.
ROOT should be the root of an Emacs source tree.
...
...
admin/check-doc-strings
View file @
5cd63720
: #-*- Perl -*-
eval 'exec perl
-w
-S $0 ${1+"$@"}' # Portability kludge
eval 'exec perl -S $0 ${1+"$@"}' # Portability kludge
if 0;
# Author: Martin Buchholz
# This program is in the public domain.
use strict;
use warnings;
use POSIX;
(my $myName = $0) =~ s@.*/@@; my $usage="
...
...
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