emacs: rename fill-newline() redefinitions used by mutt setup
authorRalph Boehme <slow@samba.org>
Sun, 5 Sep 2021 15:34:12 +0000 (17:34 +0200)
committerRalph Boehme <slow@samba.org>
Sun, 5 Sep 2021 15:34:12 +0000 (17:34 +0200)
emacs/.emacs.d/configuration.org

index 125803508eb0eaec9e6f459e0a28ed5ff182da8c..060934c6491ae002b2b0e266e178740188d9c830 100644 (file)
@@ -557,7 +557,7 @@ Custom function to archive DONE items.
   (defun my-message-configuration ()
     "Redefines fill-newline to beahve 3676ishly, and turns off auto fill"
     (turn-off-auto-fill)
-  (defun fill-newline ()
+  (defun my-fill-newline ()
     ;; Replace whitespace here with one newline, then
     ;; indent to left margin.
     (skip-chars-backward " \t")
@@ -627,7 +627,7 @@ Custom function to archive DONE items.
   (defun my-message-configuration ()
     "Redefines fill-newline to beahve 3676ishly, and turns off auto fill"
     (turn-off-auto-fill)
-  (defun fill-newline ()
+  (defun my-fill-newline ()
     ;; Replace whitespace here with one newline, then
     ;; indent to left margin.
     (skip-chars-backward " \t")