]> git.eshelyaron.com Git - emacs.git/commit
Mitigate byte-compile warning in arc-mode
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 18 May 2019 05:47:32 +0000 (07:47 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 18 May 2019 05:47:32 +0000 (07:47 +0200)
commitd0b72dbba0bef8bc8ec0e1c2d55d179820d5e452
tree9f326f32e2ac1ba46481e9891763eb28c018d794
parenta7a730e32a62790121566d756df53fbe250c1eb0
Mitigate byte-compile warning in arc-mode

* lisp/arc-mode.el (byte-after): Remove defsubst.
Replace all calls to byte-after with get-byte throughout the file,
because byte-after gave compilation warnings.
lisp/arc-mode.el