fix indent for multiple-cursors-bind
This commit is contained in:
parent
12ed7dd08b
commit
8c949d3c6d
@ -259,7 +259,7 @@
|
||||
(defmacro imalison:dynamic-let-advise-around (name &rest getters)
|
||||
`(defun ,name (orig-func &rest args)
|
||||
(let ,(cl-loop for pair in getters
|
||||
collect `(,(car pair) (funcall ,(cadr pair))))
|
||||
collect `(,(car pair) (funcall (quote ,(cadr pair)))))
|
||||
(apply orig-func args))))
|
||||
|
||||
(defun imalison:uuid ()
|
||||
|
Loading…
Reference in New Issue
Block a user