Fix last change.
authorueno <ueno>
Sat, 13 Nov 1999 16:20:33 +0000 (16:20 +0000)
committerueno <ueno>
Sat, 13 Nov 1999 16:20:33 +0000 (16:20 +0000)
pgg.el

diff --git a/pgg.el b/pgg.el
index 4c76ce4..5fa1f80 100644 (file)
--- a/pgg.el
+++ b/pgg.el
@@ -156,7 +156,6 @@ and END to the keyring.")
        (let ((buffer (current-buffer)))
         (with-temp-buffer
           (let (buffer-undo-list)
-            (set-buffer-multibyte nil)
             (insert-buffer-substring buffer ,start ,end)
             (encode-coding-region (point-min)(point-max)
                                   buffer-file-coding-system)