branch: externals/queue
commit 2e53a451cc3556cce48c3f3fbdb992684aadf883
Author: Toby S. Cubitt <[email protected]>
Commit: Toby S. Cubitt <[email protected]>
Remove ChangeLogs from library headers.
The ChangeLog headers duplicate the information in version control commit
messages, which is more reliable (ChangeLog updates get forgotten).
---
queue.el | 7 -------
1 file changed, 7 deletions(-)
diff --git a/queue.el b/queue.el
index f065089..e12ab1c 100644
--- a/queue.el
+++ b/queue.el
@@ -42,13 +42,6 @@
;; package.
-;;; Change Log:
-;;
-;; Version 0.1
-;; * the old Elib library of the same name, updated to use defstructs
-
-
-
;;; Code:
(eval-when-compile (require 'cl))