Browse Source

Expansion to make it correct

Samuel W. Flint 8 years ago
parent
commit
e295376269
1 changed files with 4 additions and 2 deletions
  1. 4 2
      buffer-layers.el

+ 4 - 2
buffer-layers.el

@@ -53,9 +53,11 @@
                       ,files
                       ,buffer-to-select
                       #'(lambda ()
-                          ,@run-on-apply)
+                          ,@run-on-apply
+                          nil)
                       #'(lambda ()
-                          ,@run-on-remove)))
+                          ,@run-on-remove
+                          nil)))
        ;; (defun ,applier ()
        ;;   ,(format "Apply buffer-layer %s." name)
        ;;   (interactive)