(read-coding-system): Fixed.
authortomo <tomo>
Wed, 30 Jun 1999 04:36:53 +0000 (04:36 +0000)
committertomo <tomo>
Wed, 30 Jun 1999 04:36:53 +0000 (04:36 +0000)
lisp/minibuf.el

index 6e8b6cd..0061576 100644 (file)
@@ -2117,8 +2117,8 @@ On mswindows devices, this uses `mswindows-color-list'."
   "Read a coding-system (or nil) from the minibuffer.
 Prompting with string PROMPT.
 If the user enters null input, return second argument DEFAULT-CODING-SYSTEM."
-  (completing-read prompt obarray 'find-coding-system t nil nil 
-                  default-coding-system))
+  (intern (completing-read prompt obarray 'find-coding-system t nil nil 
+                          default-coding-system)))
 
 (defun read-non-nil-coding-system (prompt)
   "Read a non-nil coding-system from the minibuffer.