emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114228: * lisp/progmodes/octave.el (help-button-act


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114228: * lisp/progmodes/octave.el (help-button-action): Declare.
Date: Thu, 12 Sep 2013 05:43:27 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114228
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2013-09-11 22:43:23 -0700
message:
  * lisp/progmodes/octave.el (help-button-action): Declare.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/progmodes/octave.el       
octavemod.el-20091113204419-o5vbwnq5f7feedwu-1028
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-09-12 05:40:50 +0000
+++ b/lisp/ChangeLog    2013-09-12 05:43:23 +0000
@@ -1,5 +1,7 @@
 2013-09-12  Glenn Morris  <address@hidden>
 
+       * progmodes/octave.el (help-button-action): Declare.
+
        * shell.el (shell-directory-tracker): Output error as a message
        rather than just returning it as a string.
        (shell-process-pushd): Remove useless use of message.

=== modified file 'lisp/progmodes/octave.el'
--- a/lisp/progmodes/octave.el  2013-06-21 06:45:37 +0000
+++ b/lisp/progmodes/octave.el  2013-09-12 05:43:23 +0000
@@ -1581,6 +1581,9 @@
   :group 'octave
   :version "24.4")
 
+;; Used in a mode derived from help-mode.
+(declare-function help-button-action "help-mode" (button))
+
 (define-button-type 'octave-help-file
   'follow-link t
   'action #'help-button-action


reply via email to

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