]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/so-long.el: Bump to version 1.1
authorPhil Sainty <psainty@orcon.net.nz>
Sun, 10 Jan 2021 01:28:17 +0000 (14:28 +1300)
committerPhil Sainty <psainty@orcon.net.nz>
Tue, 3 Aug 2021 11:20:06 +0000 (23:20 +1200)
lisp/so-long.el

index 35a01894b4854b43666f752838bb2bac9ba17cd1..bb996930b50e02dd228af94f971b00b05ce312dc 100644 (file)
@@ -8,7 +8,7 @@
 ;; Keywords: convenience
 ;; Created: 23 Dec 2015
 ;; Package-Requires: ((emacs "24.4"))
-;; Version: 1.0
+;; Version: 1.1
 
 ;; This file is part of GNU Emacs.
 
 
 ;; * Change Log:
 ;;
+;; 1.1   - ?
 ;; 1.0   - Included in Emacs 27.1, and in GNU ELPA for prior versions of Emacs.
 ;;       - New global mode `global-so-long-mode' to enable/disable the library.
 ;;       - New user option `so-long-action'.
 ;; (This eliminates the need for explicit :version keywords on the
 ;; custom definitions.)
 (add-to-list 'customize-package-emacs-version-alist
-             '(so-long ("1.0" . "27.1")))
+             '(so-long ("1.0" . "27.1")
+                       ("1.1" . "28.1")))
 
-(defconst so-long--latest-version "1.0")
+(defconst so-long--latest-version "1.1")
 
 (declare-function longlines-mode "longlines")
 (defvar longlines-mode)