]> git.eshelyaron.com Git - emacs.git/commit
Fix octave-mode ElDoc support
authorMauro Aranda <maurooaranda@gmail.com>
Tue, 6 Aug 2019 15:45:28 +0000 (12:45 -0300)
committerLeo Liu <sdl.web@gmail.com>
Thu, 8 Aug 2019 15:26:00 +0000 (23:26 +0800)
commitcb0403d7467502a1a9ef2699ccce826aac2ace7a
tree299dc08a9801e0de1c0704ec3748bee4eccda784
parent691790b8ea5192395a2eeac0f89a2f41d74f2ddb
Fix octave-mode ElDoc support

* lisp/progmodes/octave.el (octave-eldoc-function-signatures): Fix the
regexp used, so no match happens when there is no defined function FN.
Also, tweak the regexp to support GNU Octave 4.2.x and newer.  (Bug#36459)
lisp/progmodes/octave.el