diff options
author | Harald Jörg <haj@posteo.de> | 2020-09-26 15:51:15 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2020-09-26 15:51:15 +0200 |
commit | 2de618ed5d3a160d54c7b5bb69f961e4ff6cc2f7 (patch) | |
tree | f05254bc7b94476b735c982e7ad47ad353946b0c /lisp/emacs-lisp | |
parent | e00936bf9f10cf44e1df71a7a11afd770e8a122a (diff) | |
download | emacs-2de618ed5d3a160d54c7b5bb69f961e4ff6cc2f7.tar.gz emacs-2de618ed5d3a160d54c7b5bb69f961e4ff6cc2f7.tar.bz2 emacs-2de618ed5d3a160d54c7b5bb69f961e4ff6cc2f7.zip |
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).
Diffstat (limited to 'lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions