[gnus git] branch master updated: =1= * mm-view.el (mml-smime): Require.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 91b06d4b174a8a2e578595e95314234e03bdc9f4 (commit)
from 84f33dd19f522a59528341682bf9093c2834bab1 (commit)
- Log -----------------------------------------------------------------
commit 91b06d4b174a8a2e578595e95314234e03bdc9f4
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Sun Jan 2 08:45:16 2011 +0100
* mm-view.el (mml-smime): Require.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 70c6511..075833e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-02 Lars Magne Ingebrigtsen <[email protected]>
+
+ * mm-view.el (mml-smime): Require.
+
2010-12-20 David Engster <[email protected]>
* mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
diff --git a/lisp/mm-view.el b/lisp/mm-view.el
index f097a2f..61d5b32 100644
--- a/lisp/mm-view.el
+++ b/lisp/mm-view.el
@@ -1,7 +1,7 @@
;;; mm-view.el --- functions for viewing MIME objects
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; This file is part of GNU Emacs.
@@ -32,6 +32,7 @@
(require 'mm-bodies)
(require 'mm-decode)
(require 'smime)
+(require 'mml-smime)
(autoload 'gnus-completing-read "gnus-util")
(autoload 'gnus-window-inside-pixel-edges "gnus-ems")
-----------------------------------------------------------------------
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 | 4 ++++
lisp/mm-view.el | 3 ++-
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