From 1baf5dba56eaa66cebfa77d97a2467f34a6b534e Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 5 Oct 2000 01:51:10 +0000 Subject: [PATCH] (binary-file-regexps): Add *.PNG. --- lisp/files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4