diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-11-18 19:23:33 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-11-18 19:23:33 +0100 |
commit | 077c42069ffe50eb89eb4a079e1a70d9cb9c633f (patch) | |
tree | 1d52aed89cfc8f80de0227e80bb72926bb64f6a7 /ChangeLog | |
parent | Rename function to ebuild-mode-collect-and-split (diff) | |
download | ebuild-mode-077c42069ffe50eb89eb4a079e1a70d9cb9c633f.tar.gz ebuild-mode-077c42069ffe50eb89eb4a079e1a70d9cb9c633f.tar.bz2 ebuild-mode-077c42069ffe50eb89eb4a079e1a70d9cb9c633f.zip |
Fix a byte-compile warning
* ebuild-mode.el (ebuild-repo-mode): Fix byte-compile warning
in XEmacs.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2022-11-18 Ulrich Müller <ulm@gentoo.org> + * ebuild-mode.el (ebuild-repo-mode): Fix byte-compile warning + in XEmacs. + * ebuild-mode.el (ebuild-mode-collect-and-split): Renamed from ebuild-mode-collect-equal-cdrs. Split the car of an element if its length is above the limit. |