Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
30b626e9
Commit
30b626e9
authored
Sep 11, 2013
by
Glenn Morris
Browse files
* lisp/progmodes/octave.el (help-button-action): Declare.
parent
8c05cb10
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/progmodes/octave.el
lisp/progmodes/octave.el
+3
-0
No files found.
lisp/ChangeLog
View file @
30b626e9
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.
...
...
lisp/progmodes/octave.el
View file @
30b626e9
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment