From aca0f74f3a442b1b1a6f4315303c340f7c1005b8 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Mon, 26 Aug 2024 19:22:29 -0400 Subject: [PATCH] chore: bump version number --- winum.el | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/winum.el b/winum.el index 6e319d3..3e13e0e 100644 --- a/winum.el +++ b/winum.el @@ -1,7 +1,8 @@ ;;; winum.el --- Navigate windows and frames using numbers. ;; ;; Copyright (c) 2006-2015 Nikolaj Schumacher -;; Copyright (c) 2016 Thomas Chauvot de BeauchĂȘne +;; Copyright (c) 2016-2019 Thomas Chauvot de BeauchĂȘne +;; Copyright (c) 2024 Kiana Sheibani ;; ;; This program is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -16,8 +17,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with this program. If not, see . ;; -;; Author: Thomas de BeauchĂȘne -;; Version: 2.2.0 +;; Author: Kiana Sheibani +;; Version: 3.0.0 ;; Keywords: convenience, frames, windows, multi-screen ;; URL: http://github.com/deb0ch/winum.el ;; Created: 2016 @@ -38,9 +39,6 @@ ;; frames, giving the user a smoother experience of multi-screen Emacs. ;; ;;; Code: -;; -;; FIXME: The mode-line's window number is not always up to date in all frames. -;; (eval-when-compile (require 'cl-lib)) (require 'dash)