Commit graph

56 commits

Author SHA1 Message Date
Miles Bader
33c7a00c07 (auto-image-file-mode): Move to the end of the file, because
`define-minor-mode' actually calls the mode-function if the associated
variable is non-nil, which requires that all needed functions be already
defined.
2000-10-08 23:23:55 +00:00
Dave Love
db623cef4e (image-file-name-extensions): Add pbm. 2000-10-06 16:20:03 +00:00
Dave Love
a23ccdf282 (image-file-name-regexp): image-file-regexps -> image-file-name-regexps. 2000-10-06 16:11:44 +00:00
Stefan Monnier
34a1934628 Docstring fixes. 2000-10-05 22:31:44 +00:00
Miles Bader
75e5b373ce (image-file-name-extensions): New variable.
(image-file-name-regexps): Renamed from `image-file-regexps'.
  New default value is nil.  Call `auto-image-file-mode'.
(image-file-name-regexp): New function.
(auto-image-file-mode): New minor mode.
(insert-image-file): Don't make conditional on the image-file
  handler being enabled.
(image-file-handler): Make the call here conditional instead.
(set-image-file-handler-enabled, enable-image-file-handler)
(disable-image-file-handler): Functions removed.
2000-09-29 13:52:39 +00:00
Miles Bader
5859e61af9 Initial checkin. 2000-09-27 11:57:14 +00:00