Mercurial > emacs
changeset 65273:df335bc72ea9
(nnmail-active-file-coding-system, gnus-original-article-buffer,
gnus-user-agent): Add defvars.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 31 Aug 2005 13:04:53 +0000 |
parents | ebdfeb914a46 |
children | e4fb2a6db550 |
files | lisp/gnus/gnus-util.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/gnus-util.el Wed Aug 31 13:03:57 2005 +0000 +++ b/lisp/gnus/gnus-util.el Wed Aug 31 13:04:53 2005 +0000 @@ -40,9 +40,12 @@ (require 'cl) ;; Fixme: this should be a gnus variable, not nnmail-. (defvar nnmail-pathname-coding-system) + (defvar nnmail-active-file-coding-system) ;; Inappropriate references to other parts of Gnus. (defvar gnus-emphasize-whitespace-regexp) + (defvar gnus-original-article-buffer) + (defvar gnus-user-agent) ) (require 'time-date) (require 'netrc)