[gnus git] branch master updated: m0-5-58-g8073f10 =1= smime.el (smime-certificate-info): Set buffer-read-only directly, instead of calling toggle-read-only with a (bogus) argument
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 8073f103ec431a513ae1f6b895ec694d2e828fa2 (commit)
from 703b7ff576c0c0a1631a88c826b24fbbd98b3da1 (commit)
- Log -----------------------------------------------------------------
commit 8073f103ec431a513ae1f6b895ec694d2e828fa2
Author: Chong Yidong <[email protected]>
Date: Fri Jul 13 14:59:24 2012 +0000
smime.el (smime-certificate-info): Set buffer-read-only directly, instead of calling toggle-read-only with a (bogus) argument
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2bf2c71..0df5bdc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2012-07-13 Chong Yidong <[email protected]>
+
+ * smime.el (smime-certificate-info): Set buffer-read-only directly,
+ instead of calling toggle-read-only with a (bogus) argument.
+
2012-07-09 Tassilo Horn <[email protected]>
* gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
diff --git a/lisp/smime.el b/lisp/smime.el
index 73f4970..7492142 100644
--- a/lisp/smime.el
+++ b/lisp/smime.el
@@ -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 ()
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 5 +++++
lisp/smime.el | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project