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

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

Re: two windows switch buffer


From: Deric Bytes
Subject: Re: two windows switch buffer
Date: Sat, 18 Jan 2014 07:01:45 -0800 (PST)
User-agent: G2/1.0

(defun my-find-file-delete-other-windows ()
  ""
  (interactive)
   (prog1
   (call-interactively 'find-file)
   (delete-other-windows)))


reply via email to

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