From 5a4dc1334e816b07fc162f5ac4276537d4136494 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Tue, 19 May 2020 18:27:54 +0900 Subject: [PATCH] Fix back-button arg --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index acdb9bf..4fb7805 100644 --- a/emacs.el +++ b/emacs.el @@ -551,7 +551,7 @@ Otherwize hook it." (set-mark nil)))) (when (fboundp 'back-button-mode) - (back-button-mode 1)) + (back-button-mode)) (when (fboundp 'back-button-local-forward) (global-set-key (kbd "") 'back-button-local-forward)) (when (fboundp 'back-button-local-backward)