]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix copy paste error
authorEshel Yaron <me@eshelyaron.com>
Fri, 17 Jan 2025 11:28:32 +0000 (12:28 +0100)
committerEshel Yaron <me@eshelyaron.com>
Fri, 17 Jan 2025 11:28:48 +0000 (12:28 +0100)
lisp/progmodes/refactor-elisp.el

index 13c23ce073e7a896a834bbf91daf3938e0b232a0..f04bbd4dff9b6ad27f2d764963cad8281b7d48b7 100644 (file)
@@ -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)