summaryrefslogtreecommitdiff
path: root/lisp/ansi-osc.el
Commit message (Collapse)AuthorAgeFilesLines
* ; Fix typosStefan Kangas2022-11-111-1/+1
|
* Prefer defvar-keymap in ansi-osc.elStefan Kangas2022-10-161-7/+5
| | | | * lisp/ansi-osc.el (ansi-osc-hyperlink-map): Prefer defvar-keymap.
* Define ansi-osc customization groupMatthias Meulien2022-10-011-1/+12
| | | | | * lisp/ansi-osc.el (ansi-osc): Define ansi-osc customization group (ansi-osc-for-compilation-buffer): Fix wrong group
* Rename osc.el to ansi-osc.el (bug#58200)Matthias Meulien2022-10-011-0/+192
* lisp/osc.el: Move from here... * lisp/ansi-osc.el: ...to here. * test/lisp/osc-tests.el: Move from here... * test/lisp/ansi-osc-tests.el: ...to here.