diff options
Diffstat (limited to 'lisp/emacs-lisp/track-changes.el')
-rw-r--r-- | lisp/emacs-lisp/track-changes.el | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/track-changes.el b/lisp/emacs-lisp/track-changes.el index 6562cc7eb86..2824a70586d 100644 --- a/lisp/emacs-lisp/track-changes.el +++ b/lisp/emacs-lisp/track-changes.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2024 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> -;; Version: 1.1 +;; Version: 1.2 ;; Package-Requires: ((emacs "24")) ;; This file is part of GNU Emacs. @@ -74,6 +74,12 @@ ;; id (lambda (beg end before) ;; ..DO THE THING..)))))))) +;;; News: + +;; Since v1.1: +;; +;; - New function `track-changes-inconsistent-state-p'. + ;;; Code: ;; Random ideas: |