diff lisp/hyperbole/kotl/kproperty.el @ 0:376386a54a3c r19-14

Import from CVS: tag r19-14
author cvs
date Mon, 13 Aug 2007 08:45:50 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lisp/hyperbole/kotl/kproperty.el	Mon Aug 13 08:45:50 2007 +0200
@@ -0,0 +1,29 @@
+;;!emacs
+;;
+;; FILE:         kproperty.el
+;; SUMMARY:      Wrapper for koutline text property implementations.
+;; USAGE:        GNU Emacs Lisp Library
+;; KEYWORDS:     outlines, wp
+;;
+;; AUTHOR:       Bob Weiner
+;;
+;; ORIG-DATE:    7/27/93
+;; LAST-MOD:     27-Oct-95 at 22:45:55 by Bob Weiner
+;;
+;; This file is part of Hyperbole.
+;; Available for use and distribution under the same terms as GNU Emacs.
+;;
+;; Copyright (C) 1993, 1994, 1995  Free Software Foundation, Inc.
+;; Developed with support from Motorola Inc.
+;;
+;; DESCRIPTION:  
+;;
+;; DESCRIP-END.
+
+;;; ************************************************************************
+;;; Other required Elisp libraries
+;;; ************************************************************************
+
+(load (if hyperb:emacs19-p "kprop-em" "kprop-xe"))
+
+(provide 'kproperty)