Mercurial > hg > xemacs-beta
comparison lisp/hyperbole/hversion.el @ 36:c53a95d3c46d r19-15b101
Import from CVS: tag r19-15b101
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:53:38 +0200 |
parents | 441bb1e64a06 |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
35:279432d5c479 | 36:c53a95d3c46d |
---|---|
1 ;;!emacs | 1 ;;!emacs |
2 ;; | 2 ;; |
3 ;; LCD-ENTRY: hyperbole|Bob Weiner|hyperbole@infodock.com|Everyday Info Manager|23-Feb-97|4.022|ftp://ftp.xemacs.org/pub/infodock | 3 ;; LCD-ENTRY: hyperbole|Bob Weiner|hyperbole@infodock.com|Everyday Info Manager|17-Mar-97|4.023|ftp://ftp.xemacs.org/pub/infodock |
4 ;; | 4 ;; |
5 ;; FILE: hversion.el | 5 ;; FILE: hversion.el |
6 ;; SUMMARY: Hyperbole version, system and load path information. | 6 ;; SUMMARY: Hyperbole version, system and load path information. |
7 ;; USAGE: GNU Emacs Lisp Library | 7 ;; USAGE: GNU Emacs Lisp Library |
8 ;; KEYWORDS: hypermedia | 8 ;; KEYWORDS: hypermedia |
9 ;; | 9 ;; |
10 ;; AUTHOR: Bob Weiner | 10 ;; AUTHOR: Bob Weiner |
11 ;; ORG: InfoDock Associates | 11 ;; ORG: InfoDock Associates |
12 ;; | 12 ;; |
13 ;; ORIG-DATE: 1-Jan-94 | 13 ;; ORIG-DATE: 1-Jan-94 |
14 ;; LAST-MOD: 23-Feb-97 at 23:22:37 by Bob Weiner | 14 ;; LAST-MOD: 17-Mar-97 at 21:08:15 by Bob Weiner |
15 ;; | 15 ;; |
16 ;; This file is part of Hyperbole. | 16 ;; This file is part of Hyperbole. |
17 ;; Available for use and distribution under the same terms as GNU Emacs. | 17 ;; Available for use and distribution under the same terms as GNU Emacs. |
18 ;; | 18 ;; |
19 ;; Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc. | 19 ;; Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc. |
24 | 24 |
25 ;;; ************************************************************************ | 25 ;;; ************************************************************************ |
26 ;;; Public variables | 26 ;;; Public variables |
27 ;;; ************************************************************************ | 27 ;;; ************************************************************************ |
28 | 28 |
29 (defconst hyperb:version "04.022" "Hyperbole revision number.") | 29 (defconst hyperb:version "04.023" "Hyperbole revision number.") |
30 | 30 |
31 ;;; Support button highlighting and flashing under XEmacs. | 31 ;;; Support button highlighting and flashing under XEmacs. |
32 ;;; | 32 ;;; |
33 (defvar hyperb:xemacs-p | 33 (defvar hyperb:xemacs-p |
34 (let ((case-fold-search t)) | 34 (let ((case-fold-search t)) |