summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2007-03-07 05:36:47 +0000
committerChristian Faulhammer <fauli@gentoo.org>2007-03-07 05:36:47 +0000
commit65417e9502b4d47fd84f94302cfaef4a8b59cf55 (patch)
tree941b706eab7ae1493e99947694f680ea53a25c30 /app-emacs/apache-mode
parentremoved aspell activation, as Emacs detects that itself (diff)
downloadhistorical-65417e9502b4d47fd84f94302cfaef4a8b59cf55.tar.gz
historical-65417e9502b4d47fd84f94302cfaef4a8b59cf55.tar.bz2
historical-65417e9502b4d47fd84f94302cfaef4a8b59cf55.zip
add load path correctly, fixes bug 169588, reported by Ulrich Mueller <ulm@kph.uni-mainz.de>
Package-Manager: portage-2.1.2-r9
Diffstat (limited to 'app-emacs/apache-mode')
-rw-r--r--app-emacs/apache-mode/ChangeLog7
-rw-r--r--app-emacs/apache-mode/files/50apache-mode-gentoo.el3
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emacs/apache-mode/ChangeLog b/app-emacs/apache-mode/ChangeLog
index 2edca504b713..af02f61fa0ec 100644
--- a/app-emacs/apache-mode/ChangeLog
+++ b/app-emacs/apache-mode/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emacs/apache-mode
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/apache-mode/ChangeLog,v 1.13 2007/01/28 03:59:53 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/apache-mode/ChangeLog,v 1.14 2007/03/07 05:31:15 opfer Exp $
+
+ 07 Mar 2007; Christian Faulhammer <opfer@gentoo.org>
+ files/50apache-mode-gentoo.el:
+ add load path correctly, fixes bug 169588, reported by Ulrich Mueller
+ <ulm@kph.uni-mainz.de>
28 Jan 2007; Marius Mauch <genone@gentoo.org> apache-mode-1.1.ebuild:
Replacing einfo with elog
diff --git a/app-emacs/apache-mode/files/50apache-mode-gentoo.el b/app-emacs/apache-mode/files/50apache-mode-gentoo.el
index bad6ed7480a1..e412d64b29c2 100644
--- a/app-emacs/apache-mode/files/50apache-mode-gentoo.el
+++ b/app-emacs/apache-mode/files/50apache-mode-gentoo.el
@@ -1,8 +1,7 @@
;;; apache-mode site-lisp configuration
-(setq load-path (cons "@SITELISP@" load-path))
-
+(add-to-list 'load-path "@SITELISP@")
(autoload 'apache-mode "apache-mode" "autoloaded" t)
(add-to-list 'auto-mode-alist '("\\.htaccess$" . apache-mode))
(add-to-list 'auto-mode-alist '("httpd\\.conf$" . apache-mode))