diff options
author | Phil Sainty <psainty@orcon.net.nz> | 2021-08-04 17:17:23 +1200 |
---|---|---|
committer | Phil Sainty <psainty@orcon.net.nz> | 2021-08-04 17:17:23 +1200 |
commit | b84986af52d4e9debace2850a5ec106f51e38e61 (patch) | |
tree | a544c8f44b4609cc9b1629d5509a6c5155710514 /lisp/so-long.el | |
parent | 516affe1b3c1525d49fd7fd050a42d234470b4c6 (diff) | |
download | emacs-b84986af52d4e9debace2850a5ec106f51e38e61.tar.gz emacs-b84986af52d4e9debace2850a5ec106f51e38e61.tar.bz2 emacs-b84986af52d4e9debace2850a5ec106f51e38e61.zip |
; * lisp/so-long.el: Bump version for the GNU ELPA build
GNU ELPA released commit 359a8e4eda047b7dcb7e64faff7f8eaacf5d937c as
version 1.1.
Diffstat (limited to 'lisp/so-long.el')
-rw-r--r-- | lisp/so-long.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/so-long.el b/lisp/so-long.el index 829afd63eab..7bf15e85dad 100644 --- a/lisp/so-long.el +++ b/lisp/so-long.el @@ -8,7 +8,7 @@ ;; Keywords: convenience ;; Created: 23 Dec 2015 ;; Package-Requires: ((emacs "24.4")) -;; Version: 1.1 +;; Version: 1.1.1 ;; This file is part of GNU Emacs. @@ -410,6 +410,7 @@ ;; * Change Log: ;; +;; 1.1.1 - Identical to 1.1, but fixing an incorrect GNU ELPA release. ;; 1.1 - Utilise `buffer-line-statistics' in Emacs 28+, with the new ;; `so-long-predicate' function `so-long-statistics-excessive-p'. ;; - Increase `so-long-threshold' from 250 to 10,000. |