emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102306: * lisp/gnus/smime.el (from):


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102306: * lisp/gnus/smime.el (from): Remove unused declaration.
Date: Tue, 09 Nov 2010 20:09:49 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102306
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2010-11-09 20:09:49 -0800
message:
  * lisp/gnus/smime.el (from): Remove unused declaration.
modified:
  lisp/gnus/ChangeLog
  lisp/gnus/smime.el
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2010-11-10 04:08:15 +0000
+++ b/lisp/gnus/ChangeLog       2010-11-10 04:09:49 +0000
@@ -1,5 +1,7 @@
 2010-11-10  Glenn Morris  <address@hidden>
 
+       * smime.el (from): Remove unused declaration.
+
        * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
        (gnus-float-time): On Emacs, always an alias.
 

=== modified file 'lisp/gnus/smime.el'
--- a/lisp/gnus/smime.el        2010-11-01 02:11:34 +0000
+++ b/lisp/gnus/smime.el        2010-11-10 04:09:49 +0000
@@ -426,8 +426,6 @@
     (insert-buffer-substring smime-details-buffer)
     nil))
 
-(defvar from)
-
 (defun smime-decrypt-region (b e keyfile)
   "Decrypt S/MIME message in region between B and E with key in KEYFILE.
 On success, replaces region with decrypted data and return non-nil.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]