From 6172454ff36a23b903352ef099f15de7d013a3c9 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Tue, 23 Feb 2021 21:05:30 +0200 Subject: Small fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * lisp/emacs-lisp/seq.el (seq-contains): Move the ‘declare’ form after the docstring. * lisp/misc.el (copy-from-above-command): Fix whitespace regexp. --- lisp/misc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/misc.el') diff --git a/lisp/misc.el b/lisp/misc.el index 09f6011f98d..39ec9497d7f 100644 --- a/lisp/misc.el +++ b/lisp/misc.el @@ -41,7 +41,7 @@ The characters copied are inserted in the buffer before point." (save-excursion (beginning-of-line) (backward-char 1) - (skip-chars-backward "\ \t\n") + (skip-chars-backward " \t\n") (move-to-column cc) ;; Default is enough to copy the whole rest of the line. (setq n (if arg (prefix-numeric-value arg) (point-max))) -- cgit v1.2.3