From: Leo Liu Date: Fri, 25 Oct 2013 00:52:26 +0000 (+0800) Subject: Small fix to last change X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1142 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3eb91f7bf727c7fa4bf829c1f0cdfcf6ac3cf4fa;p=emacs.git Small fix to last change --- 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)))))