(nnheader-find-file-noselect): Fix typo.
authorkeiichi <keiichi>
Wed, 2 Jun 1999 10:53:29 +0000 (10:53 +0000)
committerkeiichi <keiichi>
Wed, 2 Jun 1999 10:53:29 +0000 (10:53 +0000)
lisp/nnheader.el

index 51ddb2a..935c212 100644 (file)
@@ -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."