emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/mail/hashcash.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/hashcash.el,v
Date: Tue, 27 Nov 2007 06:57:11 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   07/11/27 06:57:09

Index: lisp/mail/hashcash.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mail/hashcash.el,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- lisp/mail/hashcash.el       22 Nov 2007 20:50:15 -0000      1.1
+++ lisp/mail/hashcash.el       27 Nov 2007 06:57:06 -0000      1.2
@@ -126,6 +126,11 @@
       (concat (match-string 1 addr) (match-string 2 addr))
     addr))
 
+(declare-function  message-narrow-to-headers-or-head "message" ())
+(declare-function  message-fetch-field "message" (header &optional not-all))
+(declare-function  message-goto-eoh "message" ())
+(declare-function  message-narrow-to-headers "message" ())
+
 (defun hashcash-token-substring ()
   (save-excursion
     (let ((token ""))




reply via email to

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