]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-mode-alist): Remove unnecessary autoload.
authorGlenn Morris <rgm@gnu.org>
Fri, 3 Oct 2008 07:13:01 +0000 (07:13 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 3 Oct 2008 07:13:01 +0000 (07:13 +0000)
lisp/progmodes/idlwave.el

index bfdc947a62682912b64d3ec577019c282cf74f3e..e6aa61da9eefd6b197be2c2cbd5027659c5e4e8c 100644 (file)
@@ -9369,8 +9369,6 @@ This function was written since `list-abbrevs' looks terrible for IDLWAVE mode."
 ;; Will only work on systems which support this.
 (or idlwave-routines (idlwave-start-load-rinfo-timer))
 
-;;;###autoload (add-to-list 'auto-mode-alist '("\\.[Pp][Rr][Oo]\\'" . idlwave-mode))
-
 ;; Run the hook
 (run-hooks 'idlwave-load-hook)