From c2f68f50d024a966b6121882eba534e5b4d9f46e Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 25 Feb 2012 14:57:11 -0500 Subject: [PATCH] Remove the autoloads entirely, since they are now handled properly by Gentoo. --- .emacs | 1 - autoloads.el | 12 ------------ 2 files changed, 13 deletions(-) delete mode 100644 autoloads.el diff --git a/.emacs b/.emacs index 7626bb6..630ea66 100644 --- a/.emacs +++ b/.emacs @@ -69,7 +69,6 @@ (load-library "auto-modes") (load-library "mode-hooks") -(load-library "autoloads") ;; Open private IRC messages in a new buffer. diff --git a/autoloads.el b/autoloads.el deleted file mode 100644 index beb61a0..0000000 --- a/autoloads.el +++ /dev/null @@ -1,12 +0,0 @@ -(autoload 'apache-mode "apache-mode" nil t) -(autoload 'basic-mode "basic-mode" nil t) -(autoload 'csharp-mode "csharp-mode" nil t) -(autoload 'css-mode "css-mode" nil t) -(autoload 'ecmascript-mode "ecmascript-mode" nil t) -(autoload 'gentoo-syntax "gentoo-syntax" nil t) -(autoload 'haskell-mode "haskell-mode" nil t) -(autoload 'nagios-mode "nagios-mode" nil t) -(autoload 'nxml-mode "nxml-mode" nil t) -(autoload 'php-mode "php-mode" nil t) -(autoload 'python-mode "python-mode" nil t) -(autoload 'ruby-mode "ruby-mode" nil t) -- 2.43.2