]> git.eshelyaron.com Git - emacs.git/commit
Make octave.el's cache a multiple-entry hash-table scratch/octave-eldoc-fixes
authorJoão Távora <joaotavora@gmail.com>
Mon, 3 Dec 2018 11:45:24 +0000 (11:45 +0000)
committerJoão Távora <joaotavora@gmail.com>
Mon, 3 Dec 2018 11:45:24 +0000 (11:45 +0000)
commit5986c52d06991159c038782f4ed52e1078e6a63b
treeee3e59b4b315d43ef33f1666bc0277ae17d1244d
parent1ad08262b1f46310c81e04913f90ea39766e1170
Make octave.el's cache a multiple-entry hash-table

Provide a way for the user to flush the cache manually.

* lisp/progmodes/octave.el (octave-eldoc-flush-cache): New function.
(octave-eldoc-function-signatures): Use new hash-table cache.
(octave-eldoc-cache): Now a hash-table.
lisp/progmodes/octave.el