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

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

[elpa] fix/group-by-write-out b88cfb7 10/14: Add dash prefix to epsilon


From: Phillip Lord
Subject: [elpa] fix/group-by-write-out b88cfb7 10/14: Add dash prefix to epsilon variable.
Date: Tue, 04 Aug 2015 19:45:08 +0000

branch: fix/group-by-write-out
commit b88cfb780ac1bab00a244b7b4ced4e3024ce1488
Author: Matus Goljer <address@hidden>
Commit: Matus Goljer <address@hidden>

    Add dash prefix to epsilon variable.
---
 dev/examples.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/examples.el b/dev/examples.el
index cd00df5..56d9b5f 100644
--- a/dev/examples.el
+++ b/dev/examples.el
@@ -13,12 +13,12 @@
 ;; around differences in implementation between systems. Use the `~>'
 ;; symbol instead of `=>' to test the expected and actual values with
 ;; `approx-equal'
-(defvar epsilon 1e-15)
+(defvar dash--epsilon 1e-15)
 (defun approx-equal (u v)
   (or (= u v)
       (< (/ (abs (- u v))
         (max (abs u) (abs v)))
-     epsilon)))
+     dash--epsilon)))
 
 (def-example-group "Maps"
   "Functions in this category take a transforming function, which



reply via email to

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