branch: externals/tNFA commit 664c98edcee5b4339802bb7622540f76477d4902 Author: Toby S. Cubitt <toby-predict...@dr-qubit.org> Commit: Toby S. Cubitt <toby-predict...@dr-qubit.org>
Remove ChangeLogs from library headers. The ChangeLog headers duplicate the information in version control commit messages, which is more reliable (ChangeLog updates get forgotten). --- tNFA.el | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/tNFA.el b/tNFA.el index 8ef3682..cb43f7d 100644 --- a/tNFA.el +++ b/tNFA.el @@ -69,18 +69,6 @@ ;; This package uses the queue package queue.el. -;;; Change Log: -;; -;; Version 0.1.1 -;; * work-around mysterious byte-compiler bug by defining -;; `tNFA--NFA-state-create' and `tNFA--NFA-state-create-tag' via `defun' -;; instead of directly in `defstruct' -;; -;; Version 0.1 -;; * initial version - - - ;;; Code: (eval-when-compile (require 'cl))