Commit 12fe4741 authored by Stefan Kangas's avatar Stefan Kangas
Browse files

; Delete redundant requires from cperl-mode.el

* lisp/progmodes/cperl-mode.el: Delete redundant requires.
parent 450ca995
Pipeline #26530 failed with stage
in 2 minutes and 36 seconds
......@@ -79,6 +79,9 @@
(eval-when-compile (require 'cl-lib))
(require 'facemenu)
(defvar Man-switches)
(defvar manual-program)
(defvar imenu-max-items)
(defvar msb-menu-cond)
(defvar gud-perldb-history)
(defvar vc-rcs-header)
......@@ -902,9 +905,6 @@ Unless KEEP, removes the old indentation."
(delete-horizontal-space))
(indent-to column minimum))
(eval-when-compile
(mapc #'require '(imenu easymenu etags timer man info)))
(define-abbrev-table 'cperl-mode-electric-keywords-abbrev-table
(mapcar (lambda (x)
(let ((name (car x))
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment