]> code.delx.au - gnu-emacs/blobdiff - admin/make-emacs
* test/lisp/help-fns-tests.el: Add several tests for 'describe-function'.
[gnu-emacs] / admin / make-emacs
index 688f5c196bffb7e6ad95a887f6a76cb299e98c3f..6a79cdc7232391c962b36aceb7e9d99e88da5217 100755 (executable)
@@ -2,7 +2,7 @@
 # Build Emacs with various options for profiling, debugging,
 # with and without warnings enabled etc.
 
-# Copyright (C) 2001-201 Free Software Foundation, Inc.
+# Copyright (C) 2001-2016 Free Software Foundation, Inc.
 
 # This file is part of GNU Emacs.
 
@@ -21,6 +21,8 @@
 
 
 require 5;
+use strict;
+use warnings;
 use Getopt::Long;
 use File::Basename;
 use Cwd;
@@ -98,7 +100,7 @@ chdir $root if cwd () eq "/";
 chdir "./src";
 print "Build in ", cwd (), "\n";
 
-# If first arg is `all' or if `--all' specified, ensure a clean
+# If first arg is 'all' or if '--all' specified, ensure a clean
 # build.
 
 if (@ARGV && $ARGV[0] eq "all")