branch: externals/pam
commit 15106c6acdd230c95a13f429d2330a4eb4ff9bfb
Author: Onnie Lynn Winebarger <owine...@gmail.com>
Commit: Onnie Lynn Winebarger <owine...@gmail.com>

    Define tam-already-free error symbol
---
 tam.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tam.el b/tam.el
index 9be2aa06ec..d554db215c 100644
--- a/tam.el
+++ b/tam.el
@@ -55,6 +55,8 @@
 ;;; Code:
 
 
+
+(define-error 'tam-already-free "Attempt to free resource that is already 
free" 'tam-error)
 (defun tam--slot-create (table index in-use next previous &optional contents)
   "Make a tam--slot record.
 Fields:

Reply via email to