From: tomo Date: Thu, 5 Oct 2000 01:51:10 +0000 (+0000) Subject: (binary-file-regexps): Add *.PNG. X-Git-Tag: r21-2-36-utf-2000-0_17-0~13 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=1baf5dba56eaa66cebfa77d97a2467f34a6b534e;p=chise%2Fxemacs-chise.git.1 (binary-file-regexps): Add *.PNG. --- diff --git a/lisp/files.el b/lisp/files.el index 97bc2fa..3dd6779 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1255,7 +1255,7 @@ If it matches, mode MODE is selected.") (defvar binary-file-regexps (purecopy - '("\\.\\(?:bz2\\|elc\\|g\\(if\\|z\\)\\|jp\\(eg\\|g\\)\\|png\\|t\\(ar\\|gz\\|iff\\)\\|[Zo]\\)\\'")) + '("\\.\\(?:bz2\\|elc\\|g\\(if\\|z\\)\\|jp\\(eg\\|g\\)\\|png\\|PNG\\|t\\(ar\\|gz\\|iff\\)\\|[Zo]\\)\\'")) "List of regexps of filenames containing binary (non-text) data.") ; (eval-when-compile