Skip to content

Commit

Permalink
Add EMACS_FLAGS environment variable
Browse files Browse the repository at this point in the history
* Makefile: Add EMACS_FLAGS environment variable.
  • Loading branch information
David Maus committed Sep 9, 2012
1 parent e56f4ac commit e383662
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2012-09-09 David Maus <dmaus@ictsoc.de>

* Makefile: Add EMACS_FLAGS environment variable.

2012-08-19 David Maus <dmaus@ictsoc.de>

* README.ja: Update mailing list address.
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Expand Up @@ -22,10 +22,9 @@ PACKAGEDIR = NONE
# For XEmacs or Emacs 21: directory where icon files should go.
PIXMAPDIR = NONE


################# No need to modify following lines ####################
BATCHFLAG = -batch
FLAGS = $(BATCHFLAG) -q -no-site-file
FLAGS = $(BATCHFLAG) -q -no-site-file $(EMACS_FLAGS)

elc:
$(EMACS) $(FLAGS) -l WL-MK -f compile-wl-package \
Expand Down

0 comments on commit e383662

Please sign in to comment.