From a233abeca80399a34249e2dc8d6160d561e380f4 Mon Sep 17 00:00:00 2001 From: rearman Date: Fri, 22 Aug 2025 11:23:35 -0400 Subject: [PATCH] Auto-Formatting --- re/re-editing-defuns.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/re/re-editing-defuns.el b/re/re-editing-defuns.el index a011e2c..8ede328 100644 --- a/re/re-editing-defuns.el +++ b/re/re-editing-defuns.el @@ -145,13 +145,13 @@ If in org-mode, call `org-end-of-line' first." (save-some-buffers t) (kill-emacs nil t)) - (defun re/push-mark-no-activate () - "Pushes `point' to `mark-ring' and does not activate the region. +(defun re/push-mark-no-activate () + "Pushes `point' to `mark-ring' and does not activate the region. Equivalent to \\[set-mark-command] when \\[transient-mark-mode] is disabled. Taken from https://www.masteringemacs.org/article/fixing-mark-commands-transient-mark-mode" - (interactive) - (push-mark (point) t nil) - (message "Pushed mark to ring")) + (interactive) + (push-mark (point) t nil) + (message "Pushed mark to ring")) (defun re/jump-to-mark () "Jumps to the local mark, respecting the `mark-ring' order. -- 2.39.5