Mercurial > hg > xemacs-beta
comparison lisp/hm--html-menus/hm--html-mode.el @ 153:25f70ba0133c r20-3b3
Import from CVS: tag r20-3b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:38:25 +0200 |
parents | 9f59509498e1 |
children | 6075d714658b |
comparison
equal
deleted
inserted
replaced
152:4c132ee2d62b | 153:25f70ba0133c |
---|---|
1 ;;; hm--html-mode --- Major mode for editing HTML documents for the WWW | 1 ;;; hm--html-mode --- Major mode for editing HTML documents for the WWW |
2 ;;; | 2 ;;; |
3 ;;; Keywords: hypermedia languages help docs wp | 3 ;;; Keywords: hypermedia languages help docs wp |
4 ;;; | 4 ;;; |
5 ;;; $Id: hm--html-mode.el,v 1.5 1997/03/28 02:28:42 steve Exp $ | 5 ;;; $Id: hm--html-mode.el,v 1.6 1997/05/29 23:49:43 steve Exp $ |
6 ;;; | 6 ;;; |
7 ;;; Copyright (C) 1996, 1997 Heiko Muenkel | 7 ;;; Copyright (C) 1996, 1997 Heiko Muenkel |
8 ;;; email: muenkel@tnt.uni-hannover.de | 8 ;;; email: muenkel@tnt.uni-hannover.de |
9 ;;; | 9 ;;; |
10 ;;; This program is free software; you can redistribute it and/or modify | 10 ;;; This program is free software; you can redistribute it and/or modify |
97 ;;; The package version | 97 ;;; The package version |
98 (defconst hm--html-menus-package-maintainer "muenkel@tnt.uni-hannover.de") | 98 (defconst hm--html-menus-package-maintainer "muenkel@tnt.uni-hannover.de") |
99 | 99 |
100 (defconst hm--html-menus-package-name "hm--html-menus") | 100 (defconst hm--html-menus-package-name "hm--html-menus") |
101 | 101 |
102 (defconst hm--html-menus-package-version "5.5") | 102 (defconst hm--html-menus-package-version "5.7") |
103 | 103 |
104 | 104 |
105 ;;; Generate the help buffer faces | 105 ;;; Generate the help buffer faces |
106 (hm--html-generate-help-buffer-faces) | 106 (hm--html-generate-help-buffer-faces) |
107 | 107 |