From 2addde39f256cab9ae5788b6c299f50f9bbc929b Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sun, 20 Feb 2011 16:58:28 -0800 Subject: [PATCH] * nnfolder.el (copyright-update): Define for the compiler. --- lisp/ChangeLog | 2 ++ lisp/nnfolder.el | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cfc9fb5d1..616ed3460 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2011-02-21 Lars Ingebrigtsen + * nnfolder.el (copyright-update): Define for the compiler. + * auth-source.el (auth-source-search): Fix unbound variable. 2011-02-19 Glenn Morris diff --git a/lisp/nnfolder.el b/lisp/nnfolder.el index c6b4c0825..3ec304104 100644 --- a/lisp/nnfolder.el +++ b/lisp/nnfolder.el @@ -1083,6 +1083,8 @@ This command does not work if you use short group names." (or nnfolder-nov-directory nnfolder-directory))) (concat (nnfolder-group-pathname group) nnfolder-nov-file-suffix))) +(defvar copyright-update) + (defun nnfolder-save-buffer () "Save the buffer." (when (buffer-modified-p) -- 2.25.1