X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fsha1.el;h=0d97ac6ce4b639e4bc600c5c40f841ca49bacc58;hb=fd35ba81e6258dd946a1e3c71dca391f64672afa;hp=1db7a2835f4339ec22a670859cc30b679f36438c;hpb=9a8731d6dea8021a10dec1b42f382609336a9aa9;p=gnus diff --git a/lisp/sha1.el b/lisp/sha1.el index 1db7a2835..0d97ac6ce 100644 --- a/lisp/sha1.el +++ b/lisp/sha1.el @@ -95,7 +95,7 @@ If this variable is set to nil, use internal function only." (setq prog sha1-program args nil)) (with-temp-buffer - (set-buffer-multibyte nil) + (unless (featurep 'xemacs) (set-buffer-multibyte nil)) (insert string) (apply (function call-process-region) (point-min) (point-max) @@ -439,5 +439,4 @@ If BINARY is non-nil, return a string in binary form." (provide 'sha1) -;; arch-tag: c0f9abd0-ffc1-4557-aac6-ece7f2d4c901 ;;; sha1.el ends here