mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Add the "use strict;" and "use warnings;" pragmas.
* admin/make-emacs: * admin/build-configs: Add the "use strict;" and "use warnings;" pragmas.
This commit is contained in:
parent
411bf4a486
commit
3f9e3ef3fe
4 changed files with 11 additions and 0 deletions
|
|
@ -21,6 +21,8 @@
|
|||
|
||||
|
||||
require 5;
|
||||
use strict;
|
||||
use warnings;
|
||||
use Getopt::Long;
|
||||
use File::Basename;
|
||||
use Cwd;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue