emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 1d25613: * lisp/emacs-lisp/map.el (map-inplace): Fi


From: Nicolas Petton
Subject: [Emacs-diffs] master 1d25613: * lisp/emacs-lisp/map.el (map-inplace): Fix the message of the error.
Date: Wed, 27 Mar 2019 05:23:15 -0400 (EDT)

branch: master
commit 1d25613265388fbe8ca2c2bf55504e01aae69354
Author: Nicolas Petton <address@hidden>
Commit: Nicolas Petton <address@hidden>

    * lisp/emacs-lisp/map.el (map-inplace): Fix the message of the error.
---
 lisp/emacs-lisp/map.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/map.el b/lisp/emacs-lisp/map.el
index 9a86736..54e802e 100644
--- a/lisp/emacs-lisp/map.el
+++ b/lisp/emacs-lisp/map.el
@@ -399,7 +399,7 @@ If you want to insert an element without modifying MAP, use 
`map-insert'."
     ;; and let `map-insert' grow the array?
     :array (aset map key value)))
 
-(define-error 'map-inplace "Can only modify map in place: %S")
+(define-error 'map-inplace "Can only modify map in place")
 
 (cl-defgeneric map-insert (map key value)
   "Return a new map like MAP except that it associates KEY with VALUE.



reply via email to

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