From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.help Subject: Re: What's wrong with this elisp code? Date: Fri, 04 Aug 2006 15:23:55 -0700 Organization: None Message-ID: <8j64h8kumc.fsf@xoc5.Stanford.EDU> References: <44D233E1.6060900@speakeasy.net> <44D24F39.5080607@speakeasy.net> <52A05EBB-9A5D-48C9-8A2A-553908FD097E@Web.DE> <44D25BD4.7040006@speakeasy.net> <44D327DF.6090500@speakeasy.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1154731271 13280 80.91.229.2 (4 Aug 2006 22:41:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 4 Aug 2006 22:41:11 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 05 00:41:09 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G98Lk-0006yY-Jn for geh-help-gnu-emacs@m.gmane.org; Sat, 05 Aug 2006 00:41:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G98Lk-0003kO-71 for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Aug 2006 18:41:00 -0400 Original-Path: shelby.stanford.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Original-NNTP-Posting-Host: xoc5.stanford.edu Original-X-Trace: news.Stanford.EDU 1154730235 20176 171.64.56.172 (4 Aug 2006 22:23:55 GMT) Original-X-Complaints-To: news@news.stanford.edu X-Spook: Alliance pour la resistance democratique CNRT Baghdad X-Ran: T1r}>'5sAZPET.0FWOMksyTm[hiGrfKGw>F6DZ*e6Z,ig;0?j]+_X_M4H8[;~'bvE).hc8 X-Hue: black X-Attribution: GM Mail-Copies-To: nobody User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) Cancel-Lock: sha1:NMb0cPu5/xgAa8bDshcqZDJXz1E= Original-Xref: shelby.stanford.edu gnu.emacs.help:140876 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:36501 Archived-At: Peter Dyballa wrote: > No, there is without any clause a defvar instance in diary-lib.el. Just for the sake of clarity, this form (only present in diary-lib in CVS): (defvar diary-entries-list) only has the effect of suppressing a byte-compiler warning. It doesn't actually define a value for diary-entries-list.