diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2006-08-16 03:19:58 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2006-08-16 03:19:58 +0000 |
commit | c7853caa6b2ff4f3707e3627c1c340602c230ebe (patch) | |
tree | cd79cbd95048907d8617cc4cb092288849c5351e /app-emacs/circe-cvs | |
parent | Added ~amd64 keyword. (diff) | |
download | gentoo-2-c7853caa6b2ff4f3707e3627c1c340602c230ebe.tar.gz gentoo-2-c7853caa6b2ff4f3707e3627c1c340602c230ebe.tar.bz2 gentoo-2-c7853caa6b2ff4f3707e3627c1c340602c230ebe.zip |
Replace 50circe-cvs-gentoo.el; Resolves Bug #143472.
(Portage version: 2.1.1_pre4-r4)
Diffstat (limited to 'app-emacs/circe-cvs')
-rw-r--r-- | app-emacs/circe-cvs/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/circe-cvs/files/50circe-cvs-gentoo.el | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-emacs/circe-cvs/ChangeLog b/app-emacs/circe-cvs/ChangeLog index 3b9ce323a572..7ecf39e5e724 100644 --- a/app-emacs/circe-cvs/ChangeLog +++ b/app-emacs/circe-cvs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/circe-cvs # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/circe-cvs/ChangeLog,v 1.2 2006/08/12 17:45:20 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/circe-cvs/ChangeLog,v 1.3 2006/08/16 03:19:58 mkennedy Exp $ + + 16 Aug 2006; Matthew Kennedy <mkennedy@gentoo.org> + files/50circe-cvs-gentoo.el: + Replace 50circe-cvs-gentoo.el; Resolves Bug #143472. 12 Aug 2006; Matthew Kennedy <mkennedy@gentoo.org> circe-cvs-20060810.ebuild: diff --git a/app-emacs/circe-cvs/files/50circe-cvs-gentoo.el b/app-emacs/circe-cvs/files/50circe-cvs-gentoo.el index 0b07f77301c3..c65fad732144 100644 --- a/app-emacs/circe-cvs/files/50circe-cvs-gentoo.el +++ b/app-emacs/circe-cvs/files/50circe-cvs-gentoo.el @@ -2,4 +2,4 @@ ;;; circe site-lisp configuration (add-to-list 'load-path "@SITELISP@") -(autoload 'circe "circe" "Connect to an IRC server" t) +(require 'circe-auto) |