summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2004-06-26 19:31:55 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2004-06-26 19:31:55 +0000
commitbca100c62a4dd1b1d72f7b53a8f2e5c67e24c0c9 (patch)
tree298e349f9701855d2f8b1586b6da4b488bbe108a /app-emacs
parent (Manifest recommit) (diff)
downloadgentoo-2-bca100c62a4dd1b1d72f7b53a8f2e5c67e24c0c9.tar.gz
gentoo-2-bca100c62a4dd1b1d72f7b53a8f2e5c67e24c0c9.tar.bz2
gentoo-2-bca100c62a4dd1b1d72f7b53a8f2e5c67e24c0c9.zip
*** empty log message ***
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/sawfish/ChangeLog5
-rw-r--r--app-emacs/sawfish/files/50sawfish-gentoo.el6
2 files changed, 7 insertions, 4 deletions
diff --git a/app-emacs/sawfish/ChangeLog b/app-emacs/sawfish/ChangeLog
index 8abd68be97c2..66ed1c260b1c 100644
--- a/app-emacs/sawfish/ChangeLog
+++ b/app-emacs/sawfish/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/sawfish
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/sawfish/ChangeLog,v 1.1 2004/06/26 19:19:46 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/sawfish/ChangeLog,v 1.2 2004/06/26 19:31:55 mkennedy Exp $
+
+ 26 Jun 2004; <mkennedy@gentoo.org> files/50sawfish-gentoo.el:
+ Added autoloads for sawfish-interaction and sawfish-console
*sawfish-1.31 (26 Jun 2004)
diff --git a/app-emacs/sawfish/files/50sawfish-gentoo.el b/app-emacs/sawfish/files/50sawfish-gentoo.el
index 8dbbb6168add..6ab1527407e7 100644
--- a/app-emacs/sawfish/files/50sawfish-gentoo.el
+++ b/app-emacs/sawfish/files/50sawfish-gentoo.el
@@ -2,9 +2,9 @@
;;; elscreen site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
-(autoload 'sawfish-mode "sawfish" "sawfish-mode" t)
+(autoload 'sawfish-mode "sawfish" "Autoload for sawfish-mode" t)
+(autoload 'sawfish-interaction "sawfish" "Autoload for sawfish-interaction" t)
+(autoload 'sawfish-console "sawfish" "Autoload for sawfish-console" t)
(setq auto-mode-alist (cons '("\\.sawfishrc$" . sawfish-mode) auto-mode-alist)
auto-mode-alist (cons '("\\.jl$" . sawfish-mode) auto-mode-alist)
auto-mode-alist (cons '("\\.sawfish/rc$" . sawfish-mode) auto-mode-alist))
-
-