diff options
| author | Glenn Morris | 2008-10-03 07:13:01 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-10-03 07:13:01 +0000 |
| commit | 07c5e6619b8b0edc539c49a96ed33539f310fb08 (patch) | |
| tree | c5d55547143acf552dd83819b6c622bb4f72b366 /lisp | |
| parent | 598898a721ee22200874751a8826411e818b6145 (diff) | |
| download | emacs-07c5e6619b8b0edc539c49a96ed33539f310fb08.tar.gz emacs-07c5e6619b8b0edc539c49a96ed33539f310fb08.zip | |
(auto-mode-alist): Remove unnecessary autoload.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/progmodes/idlwave.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el index bfdc947a626..e6aa61da9ee 100644 --- a/lisp/progmodes/idlwave.el +++ b/lisp/progmodes/idlwave.el | |||
| @@ -9369,8 +9369,6 @@ This function was written since `list-abbrevs' looks terrible for IDLWAVE mode." | |||
| 9369 | ;; Will only work on systems which support this. | 9369 | ;; Will only work on systems which support this. |
| 9370 | (or idlwave-routines (idlwave-start-load-rinfo-timer)) | 9370 | (or idlwave-routines (idlwave-start-load-rinfo-timer)) |
| 9371 | 9371 | ||
| 9372 | ;;;###autoload (add-to-list 'auto-mode-alist '("\\.[Pp][Rr][Oo]\\'" . idlwave-mode)) | ||
| 9373 | |||
| 9374 | ;; Run the hook | 9372 | ;; Run the hook |
| 9375 | (run-hooks 'idlwave-load-hook) | 9373 | (run-hooks 'idlwave-load-hook) |
| 9376 | 9374 | ||