* admin/check-doc-strings: Replace `perl -w' with `use warnings;'.
authorXue Fuqiao <xfq.free@gmail.com>
Thu, 2 Jan 2014 08:47:40 +0000 (16:47 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Thu, 2 Jan 2014 08:47:40 +0000 (16:47 +0800)
admin/ChangeLog
admin/admin.el
admin/check-doc-strings

index 55dd0bf..9f160e9 100644 (file)
@@ -1,3 +1,7 @@
+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):
index 6e05a88..58e5b0c 100644 (file)
@@ -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.
index c69ff47..a0b5acb 100755 (executable)
@@ -1,11 +1,12 @@
 : #-*- 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="