diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-08-07 20:24:12 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-08-07 20:24:12 +0200 |
commit | c7c6ea6f1a419d2a44dd6e526020ed659d6568c4 (patch) | |
tree | c5ca74def3d91ad401de7c7dab8e2de76dab5776 /ChangeLog | |
parent | New function ebuild-mode-find-s, visits directory S (diff) | |
download | ebuild-mode-c7c6ea6f1a419d2a44dd6e526020ed659d6568c4.tar.gz ebuild-mode-c7c6ea6f1a419d2a44dd6e526020ed659d6568c4.tar.bz2 ebuild-mode-c7c6ea6f1a419d2a44dd6e526020ed659d6568c4.zip |
Handle ANSI-C quoted strings in environment file
* ebuild-mode.el (ebuild-mode-unescape-string): New function,
decodes backslash and ANSI-C escape sequences in strings.
(ebuild-mode-find-s): Call it.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2024-08-07 Ulrich Müller <ulm@gentoo.org> + * ebuild-mode.el (ebuild-mode-unescape-string): New function, + decodes backslash and ANSI-C escape sequences in strings. + (ebuild-mode-find-s): Call it. + * ebuild-mode.el (ebuild-mode-get-builddir): New function, split off from ebuild-mode-find-workdir. (ebuild-mode-find-s): New function. |