summaryrefslogtreecommitdiff
path: root/lisp/image-file.el
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2000-10-13 01:34:00 +0000
committerMiles Bader <miles@gnu.org>2000-10-13 01:34:00 +0000
commit1c7e37a93fbabf11548171aeb5ba6ad203a7ff34 (patch)
treedb83f75c9a01ffaa40f49ccc6b73e005de743b43 /lisp/image-file.el
parent038f27a72e582d5a8b7f7935bf36ee7ed6ecb8bd (diff)
downloademacs-1c7e37a93fbabf11548171aeb5ba6ad203a7ff34.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.el2
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,