]> code.delx.au - gnu-emacs/commitdiff
* lisp/progmodes/octave.el (help-button-action): Declare.
authorGlenn Morris <rgm@gnu.org>
Thu, 12 Sep 2013 05:43:23 +0000 (22:43 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 12 Sep 2013 05:43:23 +0000 (22:43 -0700)
lisp/ChangeLog
lisp/progmodes/octave.el

index 70ef9480ab487d24131576135db8f0c2b2488638..f413e410de65e3e09cafc5bff081ffacee39450a 100644 (file)
@@ -1,5 +1,7 @@
 2013-09-12  Glenn Morris  <rgm@gnu.org>
 
+       * 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.
index de1c26a7fa760ed57b069a7dca57029da6f0ee53..f20a57940bec85aa9da61a1ef6535cfc44735224 100644 (file)
@@ -1581,6 +1581,9 @@ code line."
   :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