From 3eb91f7bf727c7fa4bf829c1f0cdfcf6ac3cf4fa Mon Sep 17 00:00:00 2001 From: Leo Liu Date: Fri, 25 Oct 2013 08:52:26 +0800 Subject: [PATCH] Small fix to last change --- lisp/progmodes/octave.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/octave.el b/lisp/progmodes/octave.el index 1803ea62c13..f128441a54e 100644 --- a/lisp/progmodes/octave.el +++ b/lisp/progmodes/octave.el @@ -1747,7 +1747,7 @@ sentence." (insert "\nRetry with ") (insert-text-button "'-all'" 'follow-link t - 'action #'(lambda (b) + 'action #'(lambda (_b) (octave-lookfor str '-all))) (insert ".\n")) (octave-help-mode))))) -- 2.39.2