From b5434b20cad2fdc3ec407915d6bfdf68297a96de Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Fri, 17 Jan 2025 12:28:32 +0100 Subject: [PATCH] Fix copy paste error --- lisp/progmodes/refactor-elisp.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/progmodes/refactor-elisp.el b/lisp/progmodes/refactor-elisp.el index 13c23ce073e..f04bbd4dff9 100644 --- a/lisp/progmodes/refactor-elisp.el +++ b/lisp/progmodes/refactor-elisp.el @@ -95,7 +95,6 @@ ;; - Find more occurrences of extracted form, maybe with el-search. ;; - Extract form to local/global variable. (goto-char beg) - (skip-chars-forward "[:blank:]\n") (beginning-of-defun-raw) (let (bound) (scope (lambda (_type sbeg len bin) -- 2.39.5