From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Toni K. Trampert" Newsgroups: gmane.emacs.help Subject: Re: revert-buffer without question? Date: Thu, 24 Feb 2005 21:28:50 +0100 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1109276547 6120 80.91.229.2 (24 Feb 2005 20:22:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 24 Feb 2005 20:22:27 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 24 21:22:26 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D4PUx-0003qG-Dy for geh-help-gnu-emacs@m.gmane.org; Thu, 24 Feb 2005 21:22:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D4PmZ-00088o-Dk for geh-help-gnu-emacs@m.gmane.org; Thu, 24 Feb 2005 15:40:23 -0500 User-Agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.) Original-Newsgroups: gnu.emacs.help Original-NNTP-Posting-Host: 139.30.30.55 X-Original-NNTP-Posting-Host: 139.30.30.55 Original-X-Trace: news.uni-rostock.de 1109276671 139.30.30.55 (24 Feb 2005 21:24:31 +0100) Original-Lines: 13 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news-fra1.dfn.de!news-ber1.dfn.de!zrz.TU-Berlin.DE!news.uni-rostock.de!not-for-mail Original-Xref: shelby.stanford.edu gnu.emacs.help:128787 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 X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: main.gmane.org gmane.emacs.help:24325 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24325 > (defun revert-buffer-noask() > (interactive) > (revert-buffer nil t)) > > > should do it. > It does it. What is the meaning of the "nil t" construction?