summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-07-08 16:56:14 +0000
committerUlrich Müller <ulm@gentoo.org>2007-07-08 16:56:14 +0000
commit37f2f54cc89727ce27d8687091c2403482d143ed (patch)
treece2dc77cf56d378cfffe7ec8c1e0b94287ac832a /eclass/elisp-common.eclass
parentAnd another. (diff)
downloademacs-37f2f54cc89727ce27d8687091c2403482d143ed.tar.gz
emacs-37f2f54cc89727ce27d8687091c2403482d143ed.tar.bz2
emacs-37f2f54cc89727ce27d8687091c2403482d143ed.zip
Remove some exclamation marks!!!11eleven1!!!!
svn path=/emacs-overlay/; revision=577
Diffstat (limited to 'eclass/elisp-common.eclass')
-rw-r--r--eclass/elisp-common.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass
index 2e1b8dc..fd37f0e 100644
--- a/eclass/elisp-common.eclass
+++ b/eclass/elisp-common.eclass
@@ -33,9 +33,9 @@
# elisp files, you can use the elisp-comp() function which makes sure all
# files are loadable.
#
-# elisp-compile *.el || die "elisp-compile failed!"
+# elisp-compile *.el || die "elisp-compile failed"
# or
-# elisp-comp *.el || die "elisp-comp failed!"
+# elisp-comp *.el || die "elisp-comp failed"
#
# Function elisp-make-autoload-file() can be used to generate a file with
# autoload definitions for the lisp functions. It takes the output file name
@@ -54,7 +54,7 @@
# something else, but remember to tell elisp-site-file-install() (see below)
# the change, as it defaults to ${PN}.
#
-# elisp-install ${PN} *.elc *.el || die "elisp-install failed!"
+# elisp-install ${PN} *.el *.elc || die "elisp-install failed"
#
# To let the Emacs support be activated by Emacs on startup, you need
# to provide a site file (shipped in ${FILESDIR}) which contains the startup