emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114789: Small fix to last change


From: Leo Liu
Subject: [Emacs-diffs] trunk r114789: Small fix to last change
Date: Fri, 25 Oct 2013 00:53:10 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114789
revision-id: address@hidden
parent: address@hidden
committer: Leo Liu <address@hidden>
branch nick: trunk
timestamp: Fri 2013-10-25 08:52:26 +0800
message:
  Small fix to last change
modified:
  lisp/progmodes/octave.el       
octavemod.el-20091113204419-o5vbwnq5f7feedwu-1028
=== modified file 'lisp/progmodes/octave.el'
--- a/lisp/progmodes/octave.el  2013-10-25 00:49:33 +0000
+++ b/lisp/progmodes/octave.el  2013-10-25 00:52:26 +0000
@@ -1747,7 +1747,7 @@
           (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)))))


reply via email to

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