aboutsummaryrefslogtreecommitdiff
path: root/system/ccrypt/emacs.patch
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-08-09 22:41:22 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-08-09 22:41:22 +0700
commit25db52f1b51f7a4c46ca369cff24d26e030356d8 (patch)
tree3c4b4dbc83aaba46ecb1d3515b690a7144c9f66b /system/ccrypt/emacs.patch
parent2fac10cb218d231d948bc12f726c06ddba59eb56 (diff)
system/ccrypt: Fix opening file with newer emacs.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/ccrypt/emacs.patch')
-rw-r--r--system/ccrypt/emacs.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/system/ccrypt/emacs.patch b/system/ccrypt/emacs.patch
new file mode 100644
index 0000000000..003e7e00d7
--- /dev/null
+++ b/system/ccrypt/emacs.patch
@@ -0,0 +1,11 @@
+--- ccrypt-1.11/emacs/ps-ccrypt.el.orig 2025-08-09 22:39:46.168206463 +0700
++++ ccrypt-1.11/emacs/ps-ccrypt.el 2025-08-09 22:40:09.539760630 +0700
+@@ -486,7 +486,7 @@
+ :type 'string
+ :group 'ps-ccrypt)
+
+-(defvar ps-ccrypt-temp-name-table (make-vector 31 nil))
++(defvar ps-ccrypt-temp-name-table (make-vector 31 0))
+
+ (defun ps-ccrypt-make-temp-name (&optional local-copy)
+ "This routine will return the name of a new file."