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/reporter.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/reporter.el,v
Date: Sun, 25 Nov 2007 16:48:35 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   07/11/25 16:48:32

Index: mail/reporter.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mail/reporter.el,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -b -r1.38 -r1.39
--- mail/reporter.el    13 Oct 2007 03:03:35 -0000      1.38
+++ mail/reporter.el    25 Nov 2007 16:48:31 -0000      1.39
@@ -168,6 +168,9 @@
     (goto-char (1+ (nth 1 state)))
     (current-column)))
 
+(declare-function mail-position-on-field "sendmail" (field &optional soft))
+(declare-function mail-text "sendmail" ())
+
 (defun reporter-dump-variable (varsym mailbuf)
   "Pretty-print the value of the variable in symbol VARSYM.
 MAILBUF is the mail buffer being composed."




reply via email to

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