comparison lisp/mail/rmailkwd.el @ 65208:a4542b9b5f1c

(rmail-buffer, rmail-current-message, rmail-last-label, rmail-last-multi-labels, rmail-summary-vector, rmail-total-messages): Add defvars.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 29 Aug 2005 14:37:35 +0000
parents fafd692d1e40
children 067115a6e738 a3716f7538f2
comparison
equal deleted inserted replaced
65207:0275d55d477d 65208:a4542b9b5f1c
24 ;; Boston, MA 02110-1301, USA. 24 ;; Boston, MA 02110-1301, USA.
25 25
26 ;;; Commentary: 26 ;;; Commentary:
27 27
28 ;;; Code: 28 ;;; Code:
29
30 (defvar rmail-buffer)
31 (defvar rmail-current-message)
32 (defvar rmail-last-label)
33 (defvar rmail-last-multi-labels)
34 (defvar rmail-summary-vector)
35 (defvar rmail-total-messages)
29 36
30 ;; Global to all RMAIL buffers. It exists primarily for the sake of 37 ;; Global to all RMAIL buffers. It exists primarily for the sake of
31 ;; completion. It is better to use strings with the label functions 38 ;; completion. It is better to use strings with the label functions
32 ;; and let them worry about making the label. 39 ;; and let them worry about making the label.
33 40