comparison lisp/emulation/crisp.el @ 24762:585c5f115d83

Fix header comments.
author Dave Love <fx@gnu.org>
date Sun, 23 May 1999 21:08:13 +0000
parents d1d9c92ca734
children c9cc4db4508f
comparison
equal deleted inserted replaced
24761:094df631ec12 24762:585c5f115d83
1 ;; crisp.el --- CRiSP/Brief Emacs emulator 1 ;;; crisp.el --- CRiSP/Brief Emacs emulator
2 2
3 ;; Copyright (C) 1997, 1998 Free Software Foundation, Inc. 3 ;; Copyright (C) 1997, 1998 Free Software Foundation, Inc.
4 4
5 ;; Author: Gary D. Foster <gfoster@suzieq.ml.org> 5 ;; Author: Gary D. Foster <gfoster@suzieq.ml.org>
6 ;; Keywords: emulations brief crisp 6 ;; Keywords: emulations brief crisp
52 ;; " *Crisp*" which may be a bit lengthy if you have a lot of things 52 ;; " *Crisp*" which may be a bit lengthy if you have a lot of things
53 ;; being displayed there. 53 ;; being displayed there.
54 54
55 ;; All these overrides should go *before* the (require 'crisp) statement. 55 ;; All these overrides should go *before* the (require 'crisp) statement.
56 56
57 ;; Code: 57 ;;; Code:
58 58
59 ;; local variables 59 ;; local variables
60 60
61 (defgroup crisp nil 61 (defgroup crisp nil
62 "Emulator for CRiSP and Brief key bindings." 62 "Emulator for CRiSP and Brief key bindings."