From c8a47cd5d4047955d60ece960493e091ea40a1dc Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 27 Aug 2021 08:55:47 -0500 Subject: Fix function name typo --- lisp/acdw-org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/acdw-org.el b/lisp/acdw-org.el index 75c5f7a..67d6f47 100644 --- a/lisp/acdw-org.el +++ b/lisp/acdw-org.el @@ -381,7 +381,7 @@ instead of the true count." (defun acdw/org-previous-heading-widen (arg) (interactive "p") - (acdw/org-next-heading (- arg))) + (acdw/org-next-heading-widen (- arg))) (provide 'acdw-org) -- cgit 1.4.1-21-gabe81