mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 13:03:03 +00:00
Merge pull request #40 from tkf/fix-dump-list
Fix: mc/dump-list loosing old setting
This commit is contained in:
commit
0b9aae12ca
@ -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