help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: revert-buffer without question?


From: Toni K. Trampert
Subject: Re: revert-buffer without question?
Date: Thu, 24 Feb 2005 21:28:50 +0100
User-agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.)

> (defun revert-buffer-noask()
>     (interactive)
>     (revert-buffer nil t))
> 
> 
> should do it. 
> 


It does it.

What is the meaning of the "nil t" construction?

reply via email to

[Prev in Thread] Current Thread [Next in Thread]