From 62dc3ac3540670addcc4891d3725e37ae17af321 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 3 Mar 2008 04:12:46 +0000 Subject: [PATCH] (nndoc-oe-dbx-type-p): Use mm-string-to-multibyte. --- lisp/gnus/ChangeLog | 1 + lisp/gnus/nndoc.el | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 2440a735b15..4c6dad5872b 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -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. diff --git a/lisp/gnus/nndoc.el b/lisp/gnus/nndoc.el index f9455edfd5a..dbaaa4d71a9 100644 --- a/lisp/gnus/nndoc.el +++ b/lisp/gnus/nndoc.el @@ -689,7 +689,7 @@ from the document.") (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 @@ symbol in the alist." (provide 'nndoc) -;;; arch-tag: f5c2970e-0387-47ac-a0b3-6cc317dffabe +;; arch-tag: f5c2970e-0387-47ac-a0b3-6cc317dffabe ;;; nndoc.el ends here -- 2.39.2