summaryrefslogtreecommitdiff
path: root/lisp/progmodes/lua-mode.el
AgeCommit message (Expand)Author
2026-05-08; Fix Gregor Schmid's attribution for lua-mode.el.Sean Whitton
2026-05-07; Fix two file headers misunderstood by authors.el.Sean Whitton
2026-04-21; Cleanup defcustoms in 'lua-mode'john muhl
2026-01-03Fontify 'table.create' in 'lua-mode'john muhl
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-26December 2025 spelling fixesPaul Eggert
2025-11-22Fix non-interactive use of 'lua-start-process'john muhl
2025-11-08hideshow: Rework previous changesElías Gabriel Pérez
2025-11-06hideshow: Rework previous changesElías Gabriel Pérez
2025-11-04hideshow: Rewrite 'hs-special-modes-alist'Elías Gabriel Pérez
2025-10-18New 'lua-mode' inferior process command & optionsjohn muhl
2025-08-29Make 'lua-prefix-key' option a 'key-sequence'john muhl
2025-08-27; Various code cleanup in 'lua-mode' (Bug#79309)john muhl
2025-08-25Add warn to 'lua-mode' builtinsjohn muhl
2025-08-25; Improve compliance of 'lua-mode'john muhl
2025-08-25; Update comments & requires in 'lua-mode'john muhl
2025-08-25Remove trivial cl-* stuff from 'lua-mode'john muhl
2025-08-25Replace big regexps w/ rx expressions in 'lua-mode'john muhl
2025-08-25; Adjust code style in 'lua-mode'john muhl
2025-08-25Remove unnecessary 'progn' in 'lua-mode'john muhl
2025-08-25Replace 1-armed 'if' with 'when' in 'lua-mode'john muhl
2025-08-25Prefer 'defvar-local' in 'lua-mode'john muhl
2025-08-25Remove unnecessary 'setq' from 'lua-mode'john muhl
2025-08-25Cleanup whitespace in 'lua-mode'john muhl
2025-08-25Cleanup defcustoms in 'lua-mode'john muhl
2025-08-25Remove unnecessary code from 'lua-mode'john muhl
2025-08-25Remove advice from 'lua-mode'john muhl
2025-08-25Use easy-menu in 'lua-mode'john muhl
2025-08-25Remove obsolete code from 'lua-mode'john muhl
2025-08-25* lisp/progmodes/lua-mode.el: Import lua-mode.Juergen Hoetzel