summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2003-03-24 11:31:07 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2003-03-24 11:31:07 +0000
commitfaf9f7f29c7803bc9e3410c3f26ce5cccd60dfa2 (patch)
treeebb3413008a26d97becf5e0d02b5aecf6b555a66 /app-emacs/htmlize/files
parentUnmask (diff)
downloadgentoo-2-faf9f7f29c7803bc9e3410c3f26ce5cccd60dfa2.tar.gz
gentoo-2-faf9f7f29c7803bc9e3410c3f26ce5cccd60dfa2.tar.bz2
gentoo-2-faf9f7f29c7803bc9e3410c3f26ce5cccd60dfa2.zip
minor fix to -gentoo.el
Diffstat (limited to 'app-emacs/htmlize/files')
-rw-r--r--app-emacs/htmlize/files/50htmlize-gentoo.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/app-emacs/htmlize/files/50htmlize-gentoo.el b/app-emacs/htmlize/files/50htmlize-gentoo.el
index 330c5c134259..ba92740d245d 100644
--- a/app-emacs/htmlize/files/50htmlize-gentoo.el
+++ b/app-emacs/htmlize/files/50htmlize-gentoo.el
@@ -1,7 +1,5 @@
;;; htmlize site-lisp configuration
-(setq load-path (cons "@SITELISP@" load-path))
-(autoload 'htmlize-file "htmlize"
-htmlize-many-files
-htmlize-many-files-dired \ No newline at end of file
+(add-to-list 'load-path "@SITELISP@")
+(require 'htmlize)