[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r102342: mailheader.el comments.
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r102342: mailheader.el comments. |
Date: |
Wed, 10 Nov 2010 20:10:38 -0800 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 102342
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2010-11-10 20:10:38 -0800
message:
mailheader.el comments.
modified:
lisp/mail/mailheader.el
=== modified file 'lisp/mail/mailheader.el'
--- a/lisp/mail/mailheader.el 2010-08-29 16:17:13 +0000
+++ b/lisp/mail/mailheader.el 2010-11-11 04:10:38 +0000
@@ -1,7 +1,7 @@
;;; mailheader.el --- mail header parsing, merging, formatting
-;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005,
-;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
+;; 2009, 2010 Free Software Foundation, Inc.
;; Author: Erik Naggum <address@hidden>
;; Keywords: tools, mail, news
@@ -49,9 +49,6 @@
(eval-when-compile
(require 'cl))
-;; Make the byte-compiler shut up.
-(defvar headers)
-
(defun mail-header-extract ()
"Extract headers from current buffer after point.
Returns a header alist, where each element is a cons cell (name . value),
@@ -105,6 +102,9 @@
(cons (cdr header) (funcall (cdr rule) (cdr header))))))))
headers)
+;; Advertized part of the interface; see mail-header, mail-header-set.
+(defvar headers)
+
(defsubst mail-header (header &optional header-alist)
"Return the value associated with header HEADER in HEADER-ALIST.
If the value is a string, it is the original value of the header. If the
@@ -191,5 +191,4 @@
(provide 'mailheader)
-;; arch-tag: 6e7aa221-80b5-4b3d-b46f-fd66ab567be0
;;; mailheader.el ends here
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r102342: mailheader.el comments.,
Glenn Morris <=