[Top][All Lists]
[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?
- Re: File menu changes (suggestions),
Richard M. Stallman <=