mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Remove spurious %S from 'define-error' messages
; The MESSAGE arg of 'define-error' does not support format specifiers ; (unlike the 'error' function). The signal data is automatically ; appended to the error message. * lisp/emacs/lisp/cl-generic.el (cl--generic-cyclic-definition): Remove spurious %S from error message. * lisp/emacs-lisp/gv.el (gv-invalid-place): Remove spurious %S from error message (and rephrase) (bug#51718). Copyright-paperwork-exempt: yes
This commit is contained in:
parent
315d550bf7
commit
a28647a6b6
2 changed files with 2 additions and 2 deletions
|
|
@ -74,7 +74,7 @@
|
|||
;; (defvar gv--macro-environment nil
|
||||
;; "Macro expanders for generalized variables.")
|
||||
|
||||
(define-error 'gv-invalid-place "%S is not a valid place expression")
|
||||
(define-error 'gv-invalid-place "Invalid place expression")
|
||||
|
||||
;;;###autoload
|
||||
(defun gv-get (place do)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue