diff options
author | 2012-04-27 19:48:23 +0000 | |
---|---|---|
committer | 2012-04-27 19:48:23 +0000 | |
commit | 68626de847ddcdf308ef8d211f17d7e3e49201c4 (patch) | |
tree | 8dfdf45cbf63243d991a51587096449a56387b44 /eclass | |
parent | Moved to Portage tree. (diff) | |
download | emacs-68626de847ddcdf308ef8d211f17d7e3e49201c4.tar.gz emacs-68626de847ddcdf308ef8d211f17d7e3e49201c4.tar.bz2 emacs-68626de847ddcdf308ef8d211f17d7e3e49201c4.zip |
Update a comment.
svn path=/emacs-overlay/; revision=1797
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/elisp-common.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index 80e179d..f7ceff3 100644 --- a/eclass/elisp-common.eclass +++ b/eclass/elisp-common.eclass @@ -159,7 +159,7 @@ EMACS=${EPREFIX}/usr/bin/emacs # @ECLASS-VARIABLE: EMACSFLAGS # @DESCRIPTION: # Flags for executing Emacs in batch mode. -# These work for Emacs versions 18-23, so don't change them. +# These work for Emacs versions 18-24, so don't change them. EMACSFLAGS="-batch -q --no-site-file" # @ECLASS-VARIABLE: BYTECOMPFLAGS |