From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: xdisp.c (resize_mini_window): comment typo. Date: Sun, 17 Feb 2008 22:58:25 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1203285569 11493 80.91.229.12 (17 Feb 2008 21:59:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 17 Feb 2008 21:59:29 +0000 (UTC) Cc: emacs-devel@gnu.org To: "William Xu" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 17 22:59:52 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JQrY8-0007Wh-9z for ged-emacs-devel@m.gmane.org; Sun, 17 Feb 2008 22:59:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JQrXd-0001B1-SB for ged-emacs-devel@m.gmane.org; Sun, 17 Feb 2008 16:59:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JQrWq-0000gu-K3 for emacs-devel@gnu.org; Sun, 17 Feb 2008 16:58:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JQrWm-0000fP-7u for emacs-devel@gnu.org; Sun, 17 Feb 2008 16:58:32 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JQrWl-0000fI-W7 for emacs-devel@gnu.org; Sun, 17 Feb 2008 16:58:28 -0500 Original-Received: from wa-out-1112.google.com ([209.85.146.179]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JQrWl-000497-SK for emacs-devel@gnu.org; Sun, 17 Feb 2008 16:58:28 -0500 Original-Received: by wa-out-1112.google.com with SMTP id k34so2689666wah.10 for ; Sun, 17 Feb 2008 13:58:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=ZmQ1/Pg6Ozmb1bJRowJNBGCZok99fo21ldJnwAOwNRM=; b=TFYGnHNrnfRQTMRE3dtNHQ6yhBwQamgZ6F5YTICpvHAPGEOq5x6nPzKZcrhwdmIJEbvm4LW5Hc5OYxI7ZzzRrN69Y/TBOFWjvQqZJsxS5E1avItFTsYZW6Qp5wyBLEfkht7LcQjILXSPEdurqSCDJUEU/pfv19IBgf4Y4qVu3zc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=W4Xf5dfZ3Vce2sn70iu7wr46Tdv4UsD8GSWaFVJFCXS48+mO+tNTjtPLanWRGHy2uU8g/fSLofODpJw5n7LdP7lO5KcU9IdCR0pkHBfB/PaVon3stzXRyYvHGogn5IvPgefg/RBvqNSpUEcnIMSFMQO5pk5Xcg1ROcHngS5/t6s= Original-Received: by 10.114.177.1 with SMTP id z1mr1143778wae.144.1203285505828; Sun, 17 Feb 2008 13:58:25 -0800 (PST) Original-Received: by 10.115.72.13 with HTTP; Sun, 17 Feb 2008 13:58:25 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:89395 Archived-At: On Feb 17, 2008 12:34 PM, William Xu wrote: > -/* Resize mini-window W to fit the size of its contents. EXACT:P > +/* Resize mini-window W to fit the size of its contents. EXACT_P Applied, thanks. Juanma