diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2022-05-13 16:29:01 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2022-05-13 16:29:01 +0200 |
| commit | ccb0de02adf314c19bd76959d8c2d885639f0c99 (patch) | |
| tree | addbc83b70f1b62b61f3a89ab5e191891eb5188b /lisp/git-rebase.el | |
| parent | aff4180479092b38fae0401f043b119bb2ea7d9f (diff) | |
magit--disable-save-buffers: Renamed variable
Diffstat (limited to 'lisp/git-rebase.el')
| -rw-r--r-- | lisp/git-rebase.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/git-rebase.el b/lisp/git-rebase.el index 17f1d26..fa75c19 100644 --- a/lisp/git-rebase.el +++ b/lisp/git-rebase.el @@ -636,7 +636,7 @@ Like `undo' but works in read-only buffers." (undo arg))) (defun git-rebase--show-commit (&optional scroll) - (let ((disable-magit-save-buffers t)) + (let ((magit--disable-save-buffers t)) (save-excursion (goto-char (line-beginning-position)) (--if-let (with-slots (action-type target) (git-rebase-current-line) |
