/[emacs]/emacs/lisp/image-file.el
ViewVC logotype

Diff of /emacs/lisp/image-file.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by miles, Tue Feb 20 01:35:00 2001 UTC revision 1.16 by fx, Tue Dec 18 16:45:17 2001 UTC
# Line 38  Line 38 
38    
39  ;;;###autoload  ;;;###autoload
40  (defcustom image-file-name-extensions  (defcustom image-file-name-extensions
41    '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm")    '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")
42    "*A list of image-file filename extensions.    "*A list of image-file filename extensions.
43  Filenames having one of these extensions are considered image files,  Filenames having one of these extensions are considered image files,
44  in addition to those matching `image-file-name-regexps'.  in addition to those matching `image-file-name-regexps'.
45    
46  See `auto-image-file-mode'; if `auto-image-file-mode' is enabled,  See `auto-image-file-mode'; if `auto-image-file-mode' is enabled,
47  setting this variable directly does not take effect unless  setting this variable directly does not take effect unless
48  `auto-image-file-mode' is re-enabled; this happens automatically the  `auto-image-file-mode' is re-enabled; this happens automatically when
49  variable is set using \\[customize]."  the variable is set using \\[customize]."
50    :type '(repeat string)    :type '(repeat string)
51    :set (lambda (sym val)    :set (lambda (sym val)
52           (set-default sym val)           (set-default sym val)
# Line 64  in addition to those with an extension i Line 64  in addition to those with an extension i
64    
65  See function `auto-image-file-mode'; if `auto-image-file-mode' is  See function `auto-image-file-mode'; if `auto-image-file-mode' is
66  enabled, setting this variable directly does not take effect unless  enabled, setting this variable directly does not take effect unless
67  `auto-image-file-mode' is re-enabled; this happens automatically the  `auto-image-file-mode' is re-enabled; this happens automatically when
68  variable is set using \\[customize]."  the variable is set using \\[customize]."
69    :type '(repeat regexp)    :type '(repeat regexp)
70    :set (lambda (sym val)    :set (lambda (sym val)
71           (set-default sym val)           (set-default sym val)

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26