diff options
author | Case Duckworth | 2021-04-21 09:38:27 -0500 |
---|---|---|
committer | Case Duckworth | 2021-04-21 09:38:27 -0500 |
commit | 71d2664f23e5c7b0bf7e8b70e1398e866e77adfb (patch) | |
tree | 3ce3dc70846e18c209018221647abcafbb9ab416 /lisp | |
parent | Fix typo (diff) | |
parent | Merge branch 'main' of https://tildegit.org/acdw/emacs (diff) | |
download | emacs-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.el | 2 |
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)))) |