mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; Fix typos in format-prompt
This commit is contained in:
parent
4ba71eee8d
commit
27b711f834
2 changed files with 2 additions and 2 deletions
|
|
@ -472,7 +472,7 @@
|
|||
(setq defc (calc-invent-parameter-variables nc defv)))
|
||||
(let ((vars (read-string (format-prompt
|
||||
"Fitting variables"
|
||||
(format "%s; %s)"
|
||||
(format "%s; %s"
|
||||
(mapconcat 'symbol-name
|
||||
(mapcar (function (lambda (v)
|
||||
(nth 1 v)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue