mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-07 23:10:28 -08:00
The issue was that the function always returned nil because the closing parentheses were in the wrong position. This meant that the function couldn't give back the data it was supposed to, making the whole srecode system not work properly. By moving the parentheses to the correct place, the function now returns a hash table with all the templates it finds. * lisp/cedet/srecode/find.el (srecode-all-template-hash): Adjusted the position of closing parentheses so that the mhash variable is returned correctly. (Bug#70765) Copyright-paperwork-exempt: yes |
||
|---|---|---|
| .. | ||
| args.el | ||
| compile.el | ||
| cpp.el | ||
| ctxt.el | ||
| dictionary.el | ||
| document.el | ||
| el.el | ||
| expandproto.el | ||
| extract.el | ||
| fields.el | ||
| filters.el | ||
| find.el | ||
| getset.el | ||
| insert.el | ||
| java.el | ||
| map.el | ||
| mode.el | ||
| semantic.el | ||
| srt-mode.el | ||
| srt.el | ||
| table.el | ||
| template.el | ||
| texi.el | ||