X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=emu-xemacs.el;h=6a32b190087b6def63c7996f6c78857d413a3704;hb=58daad47a979118d75b719ed39ab76e23b047cbd;hp=ed497bcff25adbcd6621be08e477edb2a399cf41;hpb=5dd5776d7fa0307229d4de89278bf6fc5d37f237;p=elisp%2Fapel.git diff --git a/emu-xemacs.el b/emu-xemacs.el index ed497bc..6a32b19 100644 --- a/emu-xemacs.el +++ b/emu-xemacs.el @@ -6,7 +6,7 @@ ;;; ;;; Author: MORIOKA Tomohiko ;;; Version: -;;; $Id: emu-xemacs.el,v 5.0 1995/09/21 00:08:50 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). @@ -50,6 +50,20 @@ (set-extent-endpoints extent start end) ) +(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 +;;; (provide 'emu-xemacs)