+2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
+
+ * image-file.el (image-file-name-extensions)
+ (image-file-name-regexps): Add autoload cookies.
+
2000-10-13 Kenichi Handa <handa@etl.go.jp>
* international/mule-cmds.el (select-safe-coding-system): If FROM
(cperl-invalid-face): Revert last change.
(cperl-init-faces): Quote cperl-invalid-face.
->>>>>>> 1.1252
2000-10-12 Kenichi Handa <handa@etl.go.jp>
* startup.el (fancy-splash-text): Remove superfluous quote.
(require 'image)
+;;;###autoload
(defcustom image-file-name-extensions
'("png" "jpeg" "jpg" "gif" "tiff" "xbm" "xpm" "pbm")
"*A list of image-file filename extensions.
: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,