projects
/
chise
/
xemacs-chise.git.1
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27c3616
)
(binary-file-regexps): Add *.PNG.
author
tomo
<tomo>
Thu, 5 Oct 2000 01:51:10 +0000
(
01:51
+0000)
committer
tomo
<tomo>
Thu, 5 Oct 2000 01:51:10 +0000
(
01:51
+0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index
97bc2fa
..
3dd6779
100644
(file)
--- 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