projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c3ba01
)
(score-mode-coding-system): Do not specify the coding system for score file in
author
keiichi
<keiichi>
Thu, 23 Dec 1999 10:24:53 +0000
(10:24 +0000)
committer
keiichi
<keiichi>
Thu, 23 Dec 1999 10:24:53 +0000
(10:24 +0000)
default.
lisp/score-mode.el
patch
|
blob
|
history
diff --git
a/lisp/score-mode.el
b/lisp/score-mode.el
index
e2160eb
..
df4a065
100644
(file)
--- a/
lisp/score-mode.el
+++ b/
lisp/score-mode.el
@@
-51,7
+51,7
@@
table)
"Syntax table used in score-mode buffers.")
-(defvar score-mode-coding-system 'binary)
+(defvar score-mode-coding-system nil)
;;;###autoload
(defun gnus-score-mode ()