Remove unnecessary autoloads

This commit is contained in:
Tom Willemse 2014-10-09 23:27:06 +02:00
parent 26469170bf
commit d73129105b

View file

@ -19,18 +19,12 @@
;;;; Autoloads ;;;; Autoloads
(autoload 'jabber-connect "jabber" nil t)
(autoload 'moz-minor-mode "moz" nil t)
(autoload 'notifications-notify "notifications") (autoload 'notifications-notify "notifications")
(autoload 'php-mode "php-mode" nil t)
(autoload 'po-mode "po-mode" nil t) (autoload 'po-mode "po-mode" nil t)
(autoload 'pony-mode "pony-mode" nil t) (autoload 'pony-mode "pony-mode" nil t)
(autoload 'sawfish-mode "sawfish" nil t) (autoload 'sawfish-mode "sawfish" nil t)
(autoload 'server-running-p "server")
(autoload 'tagedit-mode "tagedit" nil t) (autoload 'tagedit-mode "tagedit" nil t)
(autoload 'tern-mode "tern" nil t) (autoload 'tern-mode "tern" nil t)
(autoload 'w3m-bookmark-view "w3m" nil t)
(autoload 'w3m-goto-url "w3m" nil t)
(autoload 'xmodmap-mode "xmodmap-mode" nil t) (autoload 'xmodmap-mode "xmodmap-mode" nil t)
;;;; Macros ;;;; Macros