comparison lisp/emulation/mlsupport.el @ 14040:187735b53d52

Comment fixes.
author Karl Heuer <kwzh@gnu.org>
date Fri, 05 Jan 1996 22:21:28 +0000
parents 278c796d9d7e
children 83f275dcd93a
comparison
equal deleted inserted replaced
14039:831c5fda97f4 14040:187735b53d52
24 ;;; Commentary: 24 ;;; Commentary:
25 25
26 ;; This package provides equivalents of certain primitives from Gosling 26 ;; This package provides equivalents of certain primitives from Gosling
27 ;; Emacs (including the commercial UniPress versions). These have an 27 ;; Emacs (including the commercial UniPress versions). These have an
28 ;; ml- prefix to distinguish them from native GNU Emacs functions with 28 ;; ml- prefix to distinguish them from native GNU Emacs functions with
29 ;; similar names. The oackage mlconvert.el translates Mocklisp code 29 ;; similar names. The package mlconvert.el translates Mocklisp code
30 ;; to use these names. 30 ;; to use these names.
31 31
32 ;;; Code: 32 ;;; Code:
33 33
34 (defmacro ml-defun (&rest defs) 34 (defmacro ml-defun (&rest defs)