From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: PURESIZE increased (again) Date: Sat, 29 Apr 2006 19:49:38 +0300 Message-ID: References: <87lku5u6tx.fsf@pacem.orebokech.com> <87k698flmo.fsf-monnier+emacs@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1146329400 9930 80.91.229.2 (29 Apr 2006 16:50:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 29 Apr 2006 16:50:00 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 29 18:49:58 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FZsdn-0005I5-4L for ged-emacs-devel@m.gmane.org; Sat, 29 Apr 2006 18:49:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FZsdm-0004Qt-Db for ged-emacs-devel@m.gmane.org; Sat, 29 Apr 2006 12:49:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FZsdb-0004Qd-1D for emacs-devel@gnu.org; Sat, 29 Apr 2006 12:49:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FZsdY-0004Ph-Rv for emacs-devel@gnu.org; Sat, 29 Apr 2006 12:49:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FZsdY-0004Pd-LL for emacs-devel@gnu.org; Sat, 29 Apr 2006 12:49:40 -0400 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FZsgx-0000B0-A9 for emacs-devel@gnu.org; Sat, 29 Apr 2006 12:53:11 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-161-154.inter.net.il [84.228.161.154]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id DFU92792 (AUTH halo1); Sat, 29 Apr 2006 19:49:38 +0300 (IDT) Original-To: Stefan Monnier In-reply-to: <87k698flmo.fsf-monnier+emacs@gnu.org> (message from Stefan Monnier on Sat, 29 Apr 2006 11:27:42 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:53601 Archived-At: > Cc: emacs-devel@gnu.org > From: Stefan Monnier > Date: Sat, 29 Apr 2006 11:27:42 -0400 > > > -(defvar backup-inhibited nil (#$ . 2763)) > > +(defvar backup-inhibited nil (#$ . 2801)) > > The number is the position in the file (in bytes) of the > corresponding docstring. It's presumably different because the source file > name in comment earlier in the file. Thanks. That was my guess, but I wanted to be sure.