]> git.eshelyaron.com Git - emacs.git/commit
cperl-mode: Delete conditional code where conditions evaluate to nil
authorHarald Jörg <haj@posteo.de>
Sat, 26 Sep 2020 13:51:15 +0000 (15:51 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 26 Sep 2020 13:51:15 +0000 (15:51 +0200)
commit2de618ed5d3a160d54c7b5bb69f961e4ff6cc2f7
treef05254bc7b94476b735c982e7ad47ad353946b0c
parente00936bf9f10cf44e1df71a7a11afd770e8a122a
cperl-mode: Delete conditional code where conditions evaluate to nil

* lisp/progmodes/cperl-mode.el (cperl-force-face): This
macro's single effect is now inlined, and the macro is gone.
(cperl-problems): The reference to choose-color.el, which
is no longer available for download, is deleted.
(no function): A list of unnecessary empty variable
definitions is gone.  They were needed for Emacs v19 and
below.
(cperl-init-faces-weak): This function does no longer do
anything and is therefore deleted.
(cperl-init-faces): Some bodies of conditional code is deleted
because as of today the conditions evaluate to constants.  The
face cperl-nonoverridable-face is no longer available as
variable and needs to be doubly-quoted in one place (bug#43622).
lisp/progmodes/cperl-mode.el