From 76a464c7cfe396f460619afeaa500013a9b3228c Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 20 Apr 2021 17:59:09 -0500 Subject: Fix some dumbness --- lisp/acdw-org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') diff --git a/lisp/acdw-org.el b/lisp/acdw-org.el index dfabcc7..13a1b88 100644 --- a/lisp/acdw-org.el +++ b/lisp/acdw-org.el @@ -170,7 +170,7 @@ appropriate. In tables, insert a new row or end the table." nil 'tree))) -(defun acdw-org/fix-blanks-in-buffer () +(defun acdw-org/fix-blank-lines-in-buffer () (when (eq major-mode 'org-mode) (let ((current-prefix-arg 4)) (call-interactively #'acdw-org/fix-blank-lines)))) -- cgit 1.4.1-21-gabe81