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

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

[elpa] externals/csharp-mode f80eace 098/459: Revert "Fix runtime warnin


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode f80eace 098/459: Revert "Fix runtime warnings about obsolete Emacs-functions."
Date: Sun, 22 Aug 2021 13:59:04 -0400 (EDT)

branch: externals/csharp-mode
commit f80eace6e1e87cefe38b18576502ad4915c0fa47
Author: Jostein Kjønigsen <jostein@kjonigsen.net>
Commit: Jostein Kjønigsen <jostein@kjonigsen.net>

    Revert "Fix runtime warnings about obsolete Emacs-functions."
    
    This reverts commit 42ca773623fa455243e5b78dc4659cf81c65a00c.
    
    Replacing a warning with an error is *not* an improvement.
---
 csharp-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/csharp-mode.el b/csharp-mode.el
index 1ada38b..dc3101d 100644
--- a/csharp-mode.el
+++ b/csharp-mode.el
@@ -2647,7 +2647,7 @@ this fn will be something like this:
      (\"(bottom)\"     . 1))
 
 "
-  (cl-flet ((helper (list new)
+  (flet ((helper (list new)
                  (if (null list) new
                    (let* ((elt (car list))
                           (topic (csharp--make-plural (csharp--first-word (car 
elt))))
@@ -2914,7 +2914,7 @@ out into multiple submenus.
 
 "
   (let ((counts (csharp--imenu-counts menu-alist)))
-    (cl-flet ((helper
+    (flet ((helper
             (list new)
             (if (null list)
                 new



reply via email to

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