comparison lisp/hm--html-menus/hm--html-menu.el @ 42:8b8b7f3559a2 r19-15b104

Import from CVS: tag r19-15b104
author cvs
date Mon, 13 Aug 2007 08:54:51 +0200
parents 441bb1e64a06
children 6a22abad6937
comparison
equal deleted inserted replaced
41:5d6df4963a99 42:8b8b7f3559a2
1 ;;; hm--html-menu --- A menu for the hm--html-mode. 1 ;;; hm--html-menu --- A menu for the hm--html-mode.
2 ;;; 2 ;;;
3 ;;; $Id: hm--html-menu.el,v 1.4 1997/03/02 03:43:16 steve Exp $ 3 ;;; $Id: hm--html-menu.el,v 1.5 1997/03/24 01:26:52 steve Exp $
4 ;;; 4 ;;;
5 ;;; Copyright (C) 1993 - 1997 Heiko Muenkel 5 ;;; Copyright (C) 1993 - 1997 Heiko Muenkel
6 ;;; email: muenkel@tnt.uni-hannover.de 6 ;;; email: muenkel@tnt.uni-hannover.de
7 ;;; 7 ;;;
8 ;;; This program is free software; you can redistribute it and/or modify 8 ;;; This program is free software; you can redistribute it and/or modify
187 ; ["Sample" hm--html-add-sample t] 187 ; ["Sample" hm--html-add-sample t]
188 ; ) 188 ; )
189 ; ("Literature" 189 ; ("Literature"
190 ; ["Quote" hm--html-add-quote t] 190 ; ["Quote" hm--html-add-quote t]
191 ; ["Acronym" hm--html-add-acronym t] 191 ; ["Acronym" hm--html-add-acronym t]
192 ; ["Abbrevation" hm--html-add-abbrevation t] 192 ; ["Abbreviation" hm--html-add-abbreviation t]
193 ; ["Citation" hm--html-add-citation t] 193 ; ["Citation" hm--html-add-citation t]
194 ; ["Literature" hm--html-add-literature t] 194 ; ["Literature" hm--html-add-literature t]
195 ; ["Publication" hm--html-add-publication t] 195 ; ["Publication" hm--html-add-publication t]
196 ; ["ISBN" hm--html-add-isbn t] 196 ; ["ISBN" hm--html-add-isbn t]
197 ; ) 197 ; )