]> code.delx.au - gnu-emacs/commitdiff
Small fix to last change
authorLeo Liu <sdl.web@gmail.com>
Fri, 25 Oct 2013 00:52:26 +0000 (08:52 +0800)
committerLeo Liu <sdl.web@gmail.com>
Fri, 25 Oct 2013 00:52:26 +0000 (08:52 +0800)
lisp/progmodes/octave.el

index 1803ea62c131a096328b54157b371733f3a1ea92..f128441a54e28e7668b9b1bf5dbdeeb0f936ff45 100644 (file)
@@ -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)))))