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!")