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

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

[elpa] 200/287: Declare undo-tree


From: Matthew Fidler
Subject: [elpa] 200/287: Declare undo-tree
Date: Wed, 02 Jul 2014 14:45:58 +0000

mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.

commit 80f26bcd067916630612d192b4e2bda69df56858
Author: Matthew L. Fidler <address@hidden>
Date:   Mon Jun 23 14:23:53 2014 -0500

    Declare undo-tree
---
 ergoemacs-functions.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ergoemacs-functions.el b/ergoemacs-functions.el
index 882f193..a4fd3fa 100644
--- a/ergoemacs-functions.el
+++ b/ergoemacs-functions.el
@@ -1275,6 +1275,7 @@ by `ergoemacs-maximum-number-of-files-to-open'.
     (when (> (length ergoemacs-recently-closed-buffers) 
ergoemacs-recently-closed-buffers-max)
       (setq ergoemacs-recently-closed-buffers (butlast 
ergoemacs-recently-closed-buffers 1)))))
 
+(declare-function undo-tree-mode "undo-tree.el")
 (defun ergoemacs-redo (&optional arg)
   "Redo using either `redo' or `undo-tree-redo'.
 Installs `undo-tree' if not present."



reply via email to

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