Mercurial > hg > xemacs-beta
diff lisp/tl/emu-e19.el @ 16:0293115a14e9 r19-15b91
Import from CVS: tag r19-15b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:49:20 +0200 |
parents | 49a24b4fd526 |
children | 8fc7fe29b841 |
line wrap: on
line diff
--- a/lisp/tl/emu-e19.el Mon Aug 13 08:48:43 2007 +0200 +++ b/lisp/tl/emu-e19.el Mon Aug 13 08:49:20 2007 +0200 @@ -1,9 +1,9 @@ ;;; emu-e19.el --- emu module for Emacs 19 and XEmacs 19 -;; Copyright (C) 1995,1996 Free Software Foundation, Inc. +;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp> -;; Version: $Id: emu-e19.el,v 1.2 1996/12/29 00:15:08 steve Exp $ +;; Version: $Id: emu-e19.el,v 1.3 1997/02/02 05:06:16 steve Exp $ ;; Keywords: emulation, compatibility, mule, Latin-1 ;; This file is part of emu. @@ -135,6 +135,11 @@ (,@ body) ))) +(defmacro as-binary-output-file (&rest body) + (` (let ((emx-binary-mode t)) ; Stop CRLF to LF conversion in OS/2 + (,@ body) + ))) + ;;; @@ for old MULE emulation ;;;