]> git.eshelyaron.com Git - emacs.git/commit
; cperl-mode.el: Remove functions using mode-compile.el
authorHarald Jörg <haj@posteo.de>
Tue, 24 Oct 2023 15:54:39 +0000 (17:54 +0200)
committerHarald Jörg <haj@posteo.de>
Tue, 24 Oct 2023 15:54:39 +0000 (17:54 +0200)
commit522a74d60a915ca9e922ad42dedc19d9f72e3ae5
treed9336cdb24c3132438530feac60f6f6063221c32
parent87b8a9da0158e5cfcc0193937fc7c308f623790d
; cperl-mode.el: Remove functions using mode-compile.el

mode-compile.el is no longer available from any maintained repository,
its archived version does not work since Emacs 27.  The menu options
tested for availability of mode-compile and therefore were disabled,
the function was not documented.

* lisp/progmodes/cperl-mode.el (cperl-tips): Remove reference to
mode-compile.el.
(cperl-menu): Remove defunct entries requiring mode-compile.
(cperl-check-syntax): Remove function.
(cperl-extra-perl-args): Remove user option only used by cperl-check-syntax.
lisp/progmodes/cperl-mode.el