From: morioka Date: Mon, 9 Mar 1998 11:32:15 +0000 (+0000) Subject: tm 7.24. X-Git-Tag: tm7_24~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a2eff87c64e1ad91dedb1e87add6200b3e73ded6;p=elisp%2Fapel.git tm 7.24. --- diff --git a/Makefile b/Makefile index 8a2f462..386ea69 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ TLDIR19 = $(HOME)/lib/emacs19/lisp FILES = tl/README.eng tl/Makefile tl/mk-tl tl/*.el tl/doc/*.texi \ tl/Changes* -TARFILE = tl-7.01.4.tar +TARFILE = tl-7.01.5.tar elc: diff --git a/emu-xemacs.el b/emu-xemacs.el index 8f71a66..b07c9e3 100644 --- a/emu-xemacs.el +++ b/emu-xemacs.el @@ -6,7 +6,7 @@ ;;; ;;; Author: MORIOKA Tomohiko ;;; Version: -;;; $Id: emu-xemacs.el,v 6.0 1995/10/12 11:32:58 morioka Exp $ +;;; $Id: emu-xemacs.el,v 7.0 1995/11/14 03:59:24 morioka Exp $ ;;; Keywords: emulation, compatibility, XEmacs ;;; ;;; This file is part of tl and tm (Tools for MIME). @@ -54,6 +54,15 @@ (defvar mouse-button-2 'button2) +(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 ;;;