summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--paredit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/paredit.el b/paredit.el
index fe8cf2b..1296a4b 100644
--- a/paredit.el
+++ b/paredit.el
@@ -199,7 +199,7 @@ If point was on indentation, it stays in indentation."
"Keymap for the paredit minor mode.")
(defvar paredit-override-check-parens-function
- (lambda (condition) condition nil)
+ (lambda (condition) (declare ignore condition) nil)
"Function to tell whether unbalanced text should inhibit Paredit Mode.")
;;;###autoload