emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/xr 5c3a635b09: Buffers are multibyte by default; remove


From: ELPA Syncer
Subject: [elpa] externals/xr 5c3a635b09: Buffers are multibyte by default; remove set-buffer-multibyte
Date: Thu, 21 Dec 2023 09:59:11 -0500 (EST)

branch: externals/xr
commit 5c3a635b09625b92b7692e15b60b8c08dd1969c8
Author: Mattias EngdegÄrd <mattiase@acm.org>
Commit: Mattias EngdegÄrd <mattiase@acm.org>

    Buffers are multibyte by default; remove set-buffer-multibyte
---
 xr.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/xr.el b/xr.el
index 0dac9ba8d4..0ee24894d3 100644
--- a/xr.el
+++ b/xr.el
@@ -1603,7 +1603,6 @@ A-SETS and B-SETS are arguments to `any'."
 
 (defun xr--parse (re-string warnings purpose checks)
   (with-temp-buffer
-    (set-buffer-multibyte t)
     (insert re-string)
     (goto-char (point-min))
     (let* ((case-fold-search nil)



reply via email to

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