From: Eshel Yaron Date: Fri, 17 Jan 2025 11:28:32 +0000 (+0100) Subject: Fix copy paste error X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b5434b20cad2fdc3ec407915d6bfdf68297a96de;p=emacs.git Fix copy paste error --- 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)