mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 13:03:03 +00:00
Fix: mc/dump-list loosing old setting
This commit is contained in:
parent
bc8af45bfe
commit
fa753aa587
@ -513,9 +513,11 @@ for running commands with multiple cursors.")
|
||||
(insert "(setq " (symbol-name list-symbol) "\n"
|
||||
" '(")
|
||||
(newline-and-indent)
|
||||
(set list-symbol
|
||||
(sort value (lambda (x y) (string-lessp (symbol-name x)
|
||||
(symbol-name y)))))
|
||||
(mapc #'(lambda (cmd) (insert (format "%S" cmd)) (newline-and-indent))
|
||||
(sort value (lambda (x y) (string-lessp (symbol-name x)
|
||||
(symbol-name y)))))
|
||||
value)
|
||||
(insert "))")
|
||||
(newline)))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user