emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/undo-tree 01b4a86 151/195: Update comment about Emacs v


From: Stefan Monnier
Subject: [elpa] externals/undo-tree 01b4a86 151/195: Update comment about Emacs version required for persistent history.
Date: Sat, 28 Nov 2020 13:41:41 -0500 (EST)

branch: externals/undo-tree
commit 01b4a86931c9ee52e5932a868eb454ef916239c2
Author: Toby S. Cubitt <toby-undo-tree@dr-qubit.org>
Commit: Toby S. Cubitt <toby-undo-tree@dr-qubit.org>

    Update comment about Emacs version required for persistent history.
---
 undo-tree.el | 20 +-------------------
 1 file changed, 1 insertion(+), 19 deletions(-)

diff --git a/undo-tree.el b/undo-tree.el
index 3e3f9b6..c9eaa65 100644
--- a/undo-tree.el
+++ b/undo-tree.el
@@ -1,20 +1,4 @@
-;;; undo-tree.el --- Treat undo history as a tree  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2009-2012  Free Software Foundation, Inc
-
-;; Author: Toby Cubitt <toby-undo-tree@dr-qubit.org>
-;; Version: 0.6.3
-;; Keywords: convenience, files, undo, redo, history, tree
-;; URL: http://www.dr-qubit.org/emacs.php
-;; Repository: http://www.dr-qubit.org/git/undo-tree.git
-
-;; This file is part of Emacs.
-;;
-;; This file is free software: you can redistribute it and/or modify it under
-;; the terms of the GNU General Public License as published by the Free
-;; Software Foundation, either version 3 of the License, or (at your option)
-;; any later version.
-;;
 ;; This program is distributed in the hope that it will be useful, but WITHOUT
 ;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 ;; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
@@ -208,9 +192,7 @@
 ;;
 ;; Persistent undo history:
 ;;
-;; Note: Requires a recent development version of Emacs checked out out from
-;;       the Emacs bzr repository. All stable versions of Emacs currently
-;;       break this feature.
+;; Note: Requires Emacs version 24.3 or higher.
 ;;
 ;; `undo-tree-auto-save-history' (variable)
 ;;    automatically save and restore undo-tree history along with buffer



reply via email to

[Prev in Thread] Current Thread [Next in Thread]