summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-09-09 07:55:52 +0000
committerUlrich Müller <ulm@gentoo.org>2009-09-09 07:55:52 +0000
commit5c114266cc427a2d7bff5a53998a43127056b617 (patch)
tree658356e76c87ddb45a56df7bc21d9ba4b5cf4cff
parentUse null string instead of command substitution, it may be less fragile. (diff)
downloademacs-5c114266cc427a2d7bff5a53998a43127056b617.tar.gz
emacs-5c114266cc427a2d7bff5a53998a43127056b617.tar.bz2
emacs-5c114266cc427a2d7bff5a53998a43127056b617.zip
Whitespace.
svn path=/emacs-overlay/; revision=1441
-rw-r--r--eclass/elisp-common.eclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass
index 4fdca5b..2ae7d3e 100644
--- a/eclass/elisp-common.eclass
+++ b/eclass/elisp-common.eclass
@@ -214,6 +214,7 @@ elisp-make-autoload-file() {
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
+
;;; ${f##*/} ends here
EOF
@@ -340,6 +341,7 @@ elisp-site-regen() {
;; no-byte-compile: t
;; buffer-read-only: t
;; End:
+
;;; site-gentoo.el ends here
EOF