emacs-devel
[Top][All Lists]
Advanced

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

Re: File menu changes (suggestions)


From: Richard M. Stallman
Subject: Re: File menu changes (suggestions)
Date: Fri, 01 Jul 2005 18:45:39 -0400

    (defun new-file (filename)
      (interactive)
      (let ((find-file-confirm-existing t))
        (find-file filename)))

That is a fine way, but the variable find-file-confirm-existing
doesn't seem to exist yet.

Would you like to implement this?




reply via email to

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