emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/pam 15106c6acd 15/16: Define tam-already-free error sym


From: ELPA Syncer
Subject: [elpa] externals/pam 15106c6acd 15/16: Define tam-already-free error symbol
Date: Wed, 20 Sep 2023 12:59:11 -0400 (EDT)

branch: externals/pam
commit 15106c6acdd230c95a13f429d2330a4eb4ff9bfb
Author: Onnie Lynn Winebarger <owinebar@gmail.com>
Commit: Onnie Lynn Winebarger <owinebar@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

[Prev in Thread] Current Thread [Next in Thread]