>>>>> "Toni" == Toni K Trampert <[EMAIL PROTECTED]> writes:
Toni> hi,
Toni> i would like to use the function
Toni> revert-buffer
Toni> without the compulsive question
Toni> "Revert buffer from file /home/tkk/temp/test (yes or no)"
Toni> how?
M-x auto-revert-buffer may be what you want. Or you can set
`revert-without-query'. Or you could define a new function
(defun revert-buffer-noask()
(interactive)
(revert-buffer nil t))
should do it.
Phil
_______________________________________________
Help-gnu-emacs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs