emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scratch/sqlite 7d09bde: Fix regexp from previous checkin


From: Lars Ingebrigtsen
Subject: scratch/sqlite 7d09bde: Fix regexp from previous checkin
Date: Tue, 14 Dec 2021 21:53:52 -0500 (EST)

branch: scratch/sqlite
commit 7d09bdec8516e4666af0560b73d7d12b7d294ea7
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix regexp from previous checkin
---
 lisp/emacs-lisp/multisession.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/multisession.el b/lisp/emacs-lisp/multisession.el
index 9c1a6be..f986c2c 100644
--- a/lisp/emacs-lisp/multisession.el
+++ b/lisp/emacs-lisp/multisession.el
@@ -305,7 +305,7 @@ DOC should be a doc string, and ARGS are keywords as 
applicable to
             (print-level nil))
         (prin1 value (current-buffer)))
       (goto-char (point-min))
-      (when (looking-at-p "\\`#")
+      (when (looking-at-p "#")
         (error "Unable to store unreadable value: %s" (buffer-string)))
       ;; Write to a temp file in the same directory and rename to the
       ;; file for somewhat better atomicity.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]