|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T a
Length: 661 (0x295) Types: TextFile Names: »ada-templ.el«
└─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89 └─⟦dbcd4071d⟧ »./gnu-ada-1.05.tar.Z« └─⟦999713de5⟧ └─⟦this⟧ »ada-templ.el«
;;;;;;;;;;;;;;;;;;;;;;;;;; -*- Mode: Emacs-Lisp -*- ;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ada-templ.el --- Loads Ada bnf for template based editing. ;; Author : Unknown ;; Created On : Fri Jun 10 10:09:04 1988 ;; Last Modified By: Lynn Slater ;; Last Modified On: Tue Oct 18 06:56:42 1988 ;; Update Count : 3 ;; Status : General Public Release 1.05 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Two files here: ;; Make this ~/el/ada-templ.el (require 'template) (require 'file-path) (require 'tags-ada) (load-bnf-file (file-name-in-path "full-ada.bnf")) ;;(load-bnf-file (file-name-in-path "ada.bnf"))