emacs-orgmode
[Top][All Lists]
Advanced

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

[PATCH] lisp/org-persist.el (org-persist-gc): Fix pcase pattern


From: Leo Vivier
Subject: [PATCH] lisp/org-persist.el (org-persist-gc): Fix pcase pattern
Date: Sat, 04 Jun 2022 10:47:57 +0200

Hi there,

Quick patch to fix a typo in a pcase pattern which quotes a function.
It results in `(function numberp foo)' when expanded, which in turns
throws `(wrong-number-of-arguments function 2)' when eval’d.

Best,
-- 
Leo Vivier
Freelance Software Developer
Website: www.leovivier.com | Blog: www.zaeph.net

Attachment: 0001-lisp-org-persist.el-org-persist-gc-Fix-pcase-pattern.patch
Description: Text Data


reply via email to

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