/[emacs]/emacs/lisp/gnus/nnimap.el
ViewVC logotype

Diff of /emacs/lisp/gnus/nnimap.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10.6.5 by miles, Wed Sep 15 08:59:52 2004 UTC revision 1.10.6.6 by miles, Fri Sep 17 14:31:05 2004 UTC
# Line 812  function is generally only called when G Line 812  function is generally only called when G
812    ;; BEWARE: we used to use string-as-multibyte here which is braindead    ;; BEWARE: we used to use string-as-multibyte here which is braindead
813    ;; because it will turn accidental emacs-mule-valid byte sequences    ;; because it will turn accidental emacs-mule-valid byte sequences
814    ;; into multibyte chars.  --Stef    ;; into multibyte chars.  --Stef
815    (funcall (if (and (fboundp 'string-to-multibyte)    ;; Reverted, braindead got 7.5 out of 10 on imdb, so it can't be
816                      (subrp (symbol-function 'string-to-multibyte)))    ;; that bad. --Simon
817                 'string-to-multibyte    (funcall (if (and (fboundp 'string-as-multibyte)
818                        (subrp (symbol-function 'string-as-multibyte)))
819                   'string-as-multibyte
820               'identity)               'identity)
821             (or string "")))             (or string "")))
822    

Legend:
Removed from v.1.10.6.5  
changed lines
  Added in v.1.10.6.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26