From 36dacdabd7a30db7d577d6faee48cb72af59b2f6 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 9 Dec 2014 22:49:59 -0500 Subject: Update magit-status advice for renamed function Magit commit 23f4f8dd3abe4dd7ee57d8edd62421f1f2c6daea introduced magit-status-internal. --- lisp/init-git.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/init-git.el') diff --git a/lisp/init-git.el b/lisp/init-git.el index f50237e..ef6b13a 100644 --- a/lisp/init-git.el +++ b/lisp/init-git.el @@ -128,7 +128,7 @@ START-POINT set to the current branch. (user-error "No current branch"))) ;; http://whattheemacsd.com/setup-magit.el-01.html -(defadvice magit-status (around magit-fullscreen activate) +(defadvice magit-status-internal (around magit-fullscreen activate) ad-do-it (delete-other-windows)) -- cgit v1.2.3