mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-23 10:34:07 +00:00
(image-file-name-extensions, image-file-name-regexps): Add autoload cookies.
This commit is contained in:
parent
038f27a72e
commit
1c7e37a93f
@ -1,3 +1,8 @@
|
||||
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
|
||||
@ -29,7 +34,6 @@
|
||||
(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.
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user