comparison lisp/emulation/mlconvert.el @ 3591:507f64624555

Apply typo patches from Paul Eggert.
author Jim Blandy <jimb@redhat.com>
date Wed, 09 Jun 1993 11:59:12 +0000
parents f287613dfc28
children 90003380b443
comparison
equal deleted inserted replaced
3590:d5f22061277d 3591:507f64624555
21 ;; along with GNU Emacs; see the file COPYING. If not, write to 21 ;; along with GNU Emacs; see the file COPYING. If not, write to
22 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 22 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
23 23
24 ;;; Commentary: 24 ;;; Commentary:
25 25
26 ;; This package conversts Mocklisp code written under a Gosling or UniPress 26 ;; This package converts Mocklisp code written under a Gosling or UniPress
27 ;; Emacs for use with GNU Emacs. The translated code will require runtime 27 ;; Emacs for use with GNU Emacs. The translated code will require runtime
28 ;; support from the mlsupport.el equivalent. 28 ;; support from the mlsupport.el equivalent.
29 29
30 ;;; Code: 30 ;;; Code:
31 31