branch: elpa/aidermacs commit b4a771c77748f6fb5e22adb1714b7ebc34308d30 Author: Mingde (Matthew) Zeng <matthew...@posteo.net> Commit: Mingde (Matthew) Zeng <matthew...@posteo.net>
Fix #52 --- aidermacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aidermacs.el b/aidermacs.el index 32c1dbe05a..30f961665c 100644 --- a/aidermacs.el +++ b/aidermacs.el @@ -499,7 +499,7 @@ If CALLBACK is non-nil it will be called after the command finishes." ;; Always prepare for potential edits (aidermacs--cleanup-temp-buffers) (aidermacs--prepare-for-code-edit) - (aidermacs--send-command-backend buffer processed-command redirect callback)) + (aidermacs--send-command-backend buffer processed-command redirect)) (when (and (not no-switch-to-buffer) (not (string= (buffer-name) buffer-name))) (aidermacs-switch-to-buffer buffer-name))))