Skip to content

Commit

Permalink
app-emacs/buffer-extension: cosmetic fix.
Browse files Browse the repository at this point in the history
Closes: gentoo#2092

Signed-off-by: Patrice Clement <[email protected]>
  • Loading branch information
gavv authored and monsieurp committed Aug 20, 2016
1 parent 208130e commit 44facce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-emacs/buffer-extension/buffer-extension-0.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ DEPEND="${RDEPEND}"
SITEFILE="50${PN}-gentoo.el"

src_compile() {
elisp-compile *.el || die
elisp-make-autoload-file || die
elisp-compile *.el
elisp-make-autoload-file
}

0 comments on commit 44facce

Please sign in to comment.