diff options
author | Miles Bader <miles@gnu.org> | 2000-10-13 01:33:19 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2000-10-13 01:33:19 +0000 |
commit | 0d49f8047100b2d260b084319a6333586107367a (patch) | |
tree | 50eef0b392103d50aab90ec2f005b0a2b107f6e9 /lisp/image-file.el | |
parent | e5bbb09f1988e1151ff26d51bf68c5224458789f (diff) | |
download | emacs-0d49f8047100b2d260b084319a6333586107367a.tar.gz |
(image-file-name-extensions, image-file-name-regexps): Add autoload cookies.
Diffstat (limited to 'lisp/image-file.el')
-rw-r--r-- | lisp/image-file.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/image-file.el b/lisp/image-file.el index e93f2819170..3d47cc8a2ef 100644 --- a/lisp/image-file.el +++ b/lisp/image-file.el @@ -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 @@ variable is set using \\[customize]." :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, |