aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
authorEli Zaretskii2015-12-11 12:07:26 +0200
committerEli Zaretskii2015-12-11 12:07:26 +0200
commit3e08f784d1cb8ebd0bd4ff53c1948a65c4924d52 (patch)
treebe175b403909d3207a4e2b97accd905796bda62c /etc/NEWS
parent9d2b8e768f2015a89f7609dedf7b28ea5e8123b5 (diff)
downloademacs-3e08f784d1cb8ebd0bd4ff53c1948a65c4924d52.tar.gz
emacs-3e08f784d1cb8ebd0bd4ff53c1948a65c4924d52.zip
Improve Lua support in etags
* lib-src/etags.c (Lua_functions): Skip spaces before looking for "function". * etc/NEWS: Mention improved Lua support by 'etags'. * test/etags/lua-src/test.lua (test): Add tests for indented function definitions. * test/etags/ETAGS.good_1: * test/etags/ETAGS.good_2: * test/etags/ETAGS.good_3: * test/etags/ETAGS.good_4: * test/etags/ETAGS.good_5: * test/etags/ETAGS.good_6: * test/etags/CTAGS.good: Adapt to the modified Lua tests.
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0c9296acab4..c6b3374ded8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1466,6 +1466,11 @@ qualified names by hand.
1466Names of modules, classes, methods, and functions are tagged. 1466Names of modules, classes, methods, and functions are tagged.
1467Overloaded operators are also tagged. 1467Overloaded operators are also tagged.
1468 1468
1469*** Improved support for Lua
1470
1471Etags now tags functions even if the "function" keyword follows some
1472whitespace at line beginning.
1473
1469 1474
1470* Changes in Emacs 25.1 on Non-Free Operating Systems 1475* Changes in Emacs 25.1 on Non-Free Operating Systems
1471 1476