diff options
| author | Glenn Morris | 2010-09-23 20:06:33 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-09-23 20:06:33 -0700 |
| commit | 5e339ee2a32905ae87296dfb01ef957cfa04a747 (patch) | |
| tree | 0f88b53b4b762526ce66d1b8a775ebf2bab52fc0 /lisp/image-mode.el | |
| parent | 9a7cfdb82a73229b743e480d44e8f240139f6c6f (diff) | |
| download | emacs-5e339ee2a32905ae87296dfb01ef957cfa04a747.tar.gz emacs-5e339ee2a32905ae87296dfb01ef957cfa04a747.zip | |
Move some autoloaded auto-mode-alist entries to files.el.
* image-mode.el, progmodes/compile.el, progmodes/gud.el:
* progmodes/mixal-mode.el, textmodes/bibtex-style.el:
* textmodes/css-mode.el, textmodes/dns-mode.el:
Move autoloaded auto-mode-alist entries to files.el.
* files.el (auto-mode-alist): Move entries here.
Diffstat (limited to 'lisp/image-mode.el')
| -rw-r--r-- | lisp/image-mode.el | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lisp/image-mode.el b/lisp/image-mode.el index 6e67847857f..5f43f390c2a 100644 --- a/lisp/image-mode.el +++ b/lisp/image-mode.el | |||
| @@ -36,18 +36,6 @@ | |||
| 36 | (require 'image) | 36 | (require 'image) |
| 37 | (eval-when-compile (require 'cl)) | 37 | (eval-when-compile (require 'cl)) |
| 38 | 38 | ||
| 39 | ;;;###autoload (push (cons (purecopy "\\.jpe?g\\'") 'image-mode) auto-mode-alist) | ||
| 40 | ;;;###autoload (push (cons (purecopy "\\.png\\'") 'image-mode) auto-mode-alist) | ||
| 41 | ;;;###autoload (push (cons (purecopy "\\.gif\\'") 'image-mode) auto-mode-alist) | ||
| 42 | ;;;###autoload (push (cons (purecopy "\\.tiff?\\'") 'image-mode) auto-mode-alist) | ||
| 43 | ;;;###autoload (push (cons (purecopy "\\.p[bpgn]m\\'") 'image-mode) auto-mode-alist) | ||
| 44 | |||
| 45 | ;;;###autoload (push (cons (purecopy "\\.x[bp]m\\'") 'c-mode) auto-mode-alist) | ||
| 46 | ;;;###autoload (push (cons (purecopy "\\.x[bp]m\\'") 'image-mode) auto-mode-alist) | ||
| 47 | |||
| 48 | ;;;###autoload (push (cons (purecopy "\\.svgz?\\'") 'xml-mode) auto-mode-alist) | ||
| 49 | ;;;###autoload (push (cons (purecopy "\\.svgz?\\'") 'image-mode) auto-mode-alist) | ||
| 50 | |||
| 51 | ;;; Image mode window-info management. | 39 | ;;; Image mode window-info management. |
| 52 | 40 | ||
| 53 | (defvar image-mode-winprops-alist t) | 41 | (defvar image-mode-winprops-alist t) |