changeset 32440:4e98e54082d2

(image-file-name-extensions, image-file-name-regexps): Add autoload cookies.
author Miles Bader <miles@gnu.org>
date Fri, 13 Oct 2000 01:33:19 +0000
parents 85cb584c95ba
children 1a0a4c838030
files lisp/image-file.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/image-file.el	Fri Oct 13 00:43:30 2000 +0000
+++ b/lisp/image-file.el	Fri Oct 13 01:33:19 2000 +0000
@@ -36,6 +36,7 @@
 (require 'image)
 
 
+;;;###autoload
 (defcustom image-file-name-extensions
   '("png" "jpeg" "jpg" "gif" "tiff" "xbm" "xpm" "pbm")
   "*A list of image-file filename extensions.
@@ -55,6 +56,7 @@
   :initialize 'custom-initialize-default
   :group 'image)
 
+;;;###autoload
 (defcustom image-file-name-regexps nil
   "*List of regexps matching image-file filenames.
 Filenames matching one of these regexps are considered image files,