emacs/lisp/cedet
Charalampos Mitrodimas e0ca21f9fb Fix 'srecode-all-template-hash' always returning nil
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
2024-05-09 11:28:38 +03:00
..
ede ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
semantic Define missing type in semantic/db-find.el 2024-04-05 13:54:07 +08:00
srecode Fix 'srecode-all-template-hash' always returning nil 2024-05-09 11:28:38 +03:00
ChangeLog.1 ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
cedet-cscope.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
cedet-files.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
cedet-global.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
cedet-idutils.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
cedet.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
data-debug.el Print records inside data-debug 2024-04-05 14:07:44 +08:00
ede.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
mode-local.el Remove redundant `apply` with `derived-mode-p` 2024-02-12 02:43:35 +01:00
pulse.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
semantic.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
srecode.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00