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:
1fce4cf
)
(nnheader-find-file-noselect): Fix typo.
author
keiichi
<keiichi>
Wed, 2 Jun 1999 10:53:29 +0000
(10:53 +0000)
committer
keiichi
<keiichi>
Wed, 2 Jun 1999 10:53:29 +0000
(10:53 +0000)
lisp/nnheader.el
patch
|
blob
|
history
diff --git
a/lisp/nnheader.el
b/lisp/nnheader.el
index
51ddb2a
..
935c212
100644
(file)
--- a/
lisp/nnheader.el
+++ b/
lisp/nnheader.el
@@
-1007,7
+1007,7
@@
find-file-hooks, etc.
(enable-local-variables nil)
(after-insert-file-functions nil)
(find-file-hooks nil))
- (apply 'find-file-noselect-raw-text-CRLF args)))
+ (apply 'find-file-noselect-as-raw-text-CRLF args)))
(defun nnheader-auto-mode-alist ()
"Return an `auto-mode-alist' with only the .gz (etc) thingies."