From b208e7dfd750ec700b5498607b79310fdf735c5c Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Fri, 31 May 2024 21:11:04 -0500 Subject: [PATCH] spacing --- lisp/switch-tabs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/switch-tabs.el b/lisp/switch-tabs.el index 5975f9f..069b1f2 100644 --- a/lisp/switch-tabs.el +++ b/lisp/switch-tabs.el @@ -24,6 +24,7 @@ ;;; Code: (require 'cl-lib) + (if (and (<= 30 emacs-major-version) (< 0 emacs-minor-version)) (message "No longer need this patch, hopefully!")