Mercurial > emacs
changeset 92432:4fe0858e4c31
(nndoc-oe-dbx-type-p): Use mm-string-to-multibyte.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 03 Mar 2008 04:12:46 +0000 |
parents | f154591879d5 |
children | ff7a3592c48b |
files | lisp/gnus/ChangeLog lisp/gnus/nndoc.el |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog Mon Mar 03 04:07:51 2008 +0000 +++ b/lisp/gnus/ChangeLog Mon Mar 03 04:12:46 2008 +0000 @@ -7,6 +7,7 @@ well. Similar changes might be needed elsewhere, but that's the one I've bumped into during my use. + * nndoc.el (nndoc-oe-dbx-type-p): * gnus-msg.el (gnus-debug): * gnus-group.el (gnus-update-group-mark-positions): Use mm-string-to-multibyte.
--- a/lisp/gnus/nndoc.el Mon Mar 03 04:07:51 2008 +0000 +++ b/lisp/gnus/nndoc.el Mon Mar 03 04:12:46 2008 +0000 @@ -689,7 +689,7 @@ (looking-at "JMF")) (defun nndoc-oe-dbx-type-p () - (looking-at (mm-string-as-multibyte "\317\255\022\376"))) + (looking-at (mm-string-to-multibyte "\317\255\022\376"))) (defun nndoc-read-little-endian () (+ (prog1 (char-after) (forward-char 1)) @@ -1027,5 +1027,5 @@ (provide 'nndoc) -;;; arch-tag: f5c2970e-0387-47ac-a0b3-6cc317dffabe +;; arch-tag: f5c2970e-0387-47ac-a0b3-6cc317dffabe ;;; nndoc.el ends here