diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-10-26 05:50:37 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-10-26 05:50:37 +0000 |
commit | a4088cae5af77a4c5dc8e8d32d09e4274b95d5ce (patch) | |
tree | f08d8715d48ad6387255cf5f00148f1aa8b0dcd7 /app-text | |
parent | Version bump. (diff) | |
download | gentoo-2-a4088cae5af77a4c5dc8e8d32d09e4274b95d5ce.tar.gz gentoo-2-a4088cae5af77a4c5dc8e8d32d09e4274b95d5ce.tar.bz2 gentoo-2-a4088cae5af77a4c5dc8e8d32d09e4274b95d5ce.zip |
Use SITEETC instead of absolute path in emacs site-init file.
(Portage version: 2.1.10.31/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/notmuch/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/notmuch/files/50notmuch-gentoo.el | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/notmuch/ChangeLog b/app-text/notmuch/ChangeLog index c28cf14e824f..c19ac657ef25 100644 --- a/app-text/notmuch/ChangeLog +++ b/app-text/notmuch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/notmuch # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/notmuch/ChangeLog,v 1.4 2011/10/24 22:04:52 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/notmuch/ChangeLog,v 1.5 2011/10/26 05:50:37 ulm Exp $ + + 26 Oct 2011; Ulrich Mueller <ulm@gentoo.org> files/50notmuch-gentoo.el: + Use SITEETC instead of absolute path in emacs site-init file. 24 Oct 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> notmuch-0.9.ebuild: ~amd64 keyword. Notmuch works fine in terminal, Vim and Emacs. diff --git a/app-text/notmuch/files/50notmuch-gentoo.el b/app-text/notmuch/files/50notmuch-gentoo.el index ada42a39e0f9..95e06246fea4 100644 --- a/app-text/notmuch/files/50notmuch-gentoo.el +++ b/app-text/notmuch/files/50notmuch-gentoo.el @@ -1,7 +1,7 @@ (add-to-list 'load-path "@SITELISP@") (if (boundp 'image-load-path) - (add-to-list 'image-load-path "/usr/share/emacs/etc/notmuch" t)) + (add-to-list 'image-load-path "@SITEETC@" t)) (autoload 'notmuch "notmuch" nil t) (autoload 'notmuch-search "notmuch" nil t) (autoload 'notmuch-hello "notmuch-hello" nil t) -(autoload 'notmuch-show "notmuch-show" nil t)
\ No newline at end of file +(autoload 'notmuch-show "notmuch-show" nil t) |