* lisp/progmodes/octave.el (help-button-action): Declare.

This commit is contained in:
Glenn Morris 2013-09-11 22:43:23 -07:00
parent 8c05cb1082
commit 30b626e980
2 changed files with 5 additions and 0 deletions

View 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.

View 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