summary refs log tree commit diff stats
path: root/lisp
diff options
context:
space:
mode:
authorCase Duckworth2021-04-21 09:38:27 -0500
committerCase Duckworth2021-04-21 09:38:27 -0500
commit71d2664f23e5c7b0bf7e8b70e1398e866e77adfb (patch)
tree3ce3dc70846e18c209018221647abcafbb9ab416 /lisp
parentFix typo (diff)
parentMerge branch 'main' of https://tildegit.org/acdw/emacs (diff)
downloademacs-71d2664f23e5c7b0bf7e8b70e1398e866e77adfb.tar.gz
emacs-71d2664f23e5c7b0bf7e8b70e1398e866e77adfb.zip
Merge branch 'main' of https://tildegit.org/acdw/emacs
Diffstat (limited to 'lisp')
-rw-r--r--lisp/acdw-org.el2
1 files changed, 1 insertions, 1 deletions
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."
170 nil 170 nil
171 'tree))) 171 'tree)))
172 172
173(defun acdw-org/fix-blanks-in-buffer () 173(defun acdw-org/fix-blank-lines-in-buffer ()
174 (when (eq major-mode 'org-mode) 174 (when (eq major-mode 'org-mode)
175 (let ((current-prefix-arg 4)) 175 (let ((current-prefix-arg 4))
176 (call-interactively #'acdw-org/fix-blank-lines)))) 176 (call-interactively #'acdw-org/fix-blank-lines))))