tm 7.45.
[elisp/apel.git] / emu-xemacs.el
index 8f71a66..6a32b19 100644 (file)
@@ -6,7 +6,7 @@
 ;;;
 ;;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;;; Version:
-;;;    $Id: emu-xemacs.el,v 6.0 1995/10/12 11:32:58 morioka Exp $
+;;;    $Id: emu-xemacs.el,v 7.1 1995/12/07 05:12:34 morioka Exp $
 ;;; Keywords: emulation, compatibility, XEmacs
 ;;;
 ;;; This file is part of tl and tm (Tools for MIME).
 
 (defvar mouse-button-1 'button1)
 (defvar mouse-button-2 'button2)
+(defvar mouse-button-3 'button3)
+
+(or (fboundp 'dired-other-frame)
+    (defun dired-other-frame (dirname &optional switches)
+      "\"Edit\" directory DIRNAME.  Like `dired' but makes a new frame."
+      (interactive (dired-read-dir-and-switches "in other frame "))
+      (switch-to-buffer-other-frame (dired-noselect dirname switches))
+      )
+    )
 
 
 ;;; @ end