X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fsmime.el;h=2c2775dfbd76a6e8e35ae2c67881e23f34205736;hb=0a8e4842c6797997b332078158501523f1233f7e;hp=3c1f75f3dc9970437f422693da71628c8d91b951;hpb=b90fd52c6aaed0f274b2056c90e212933cb47815;p=gnus diff --git a/lisp/smime.el b/lisp/smime.el index 3c1f75f3d..2c2775dfb 100644 --- a/lisp/smime.el +++ b/lisp/smime.el @@ -1,6 +1,6 @@ ;;; smime.el --- S/MIME support library -;; Copyright (C) 2000-2011 Free Software Foundation, Inc. +;; Copyright (C) 2000-2013 Free Software Foundation, Inc. ;; Author: Simon Josefsson ;; Keywords: SMIME X.509 PEM OpenSSL @@ -214,7 +214,7 @@ Enabling this will have OpenSSL check the signers certificate against a certificate revocation list (CRL). For this to work the CRL must be up-to-date and since they are -normally updated quite often (ie. several times a day) you +normally updated quite often (i.e., several times a day) you probably need some tool to keep them up-to-date. Unfortunately Gnus cannot do this for you. @@ -678,7 +678,7 @@ The following commands are available: "x509" "-in" (expand-file-name certfile) "-text") (fundamental-mode) (set-buffer-modified-p nil) - (toggle-read-only t) + (setq buffer-read-only t) (goto-char (point-min)))) (defun smime-draw-buffer ()