> (defun revert-buffer-noask() > (interactive) > (revert-buffer nil t)) > > > should do it. >
It does it. What is the meaning of the "nil t" construction? _______________________________________________ Help-gnu-emacs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
