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

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

[elpa] master 325c21e 3/5: Compiler warning


From: Artur Malabarba
Subject: [elpa] master 325c21e 3/5: Compiler warning
Date: Wed, 12 Oct 2016 19:18:02 +0000 (UTC)

branch: master
commit 325c21e0718aebf0d6929f67da2476dd53ab95bb
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    Compiler warning
---
 sotlisp.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sotlisp.el b/sotlisp.el
index 8d036aa..8f16cec 100644
--- a/sotlisp.el
+++ b/sotlisp.el
@@ -102,7 +102,7 @@ Specially, avoids matching inside argument lists."
        (not (sotlisp--looking-back 
"(\\(defun\\s-+.*\\|\\(lambda\\|dolist\\|dotimes\\)\\s-+\\)("))
        (save-excursion
          (forward-char -1)
-         (condition-case er
+         (condition-case nil
              (progn
                (backward-up-list)
                (forward-sexp -1)



reply via email to

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