From a8e1e57f4ced6c635d959d8d8d30b65efbbbf8e4 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 20 Nov 2001 14:20:41 +0000 Subject: [PATCH] (cperl-perldoc): Require man before binding `manual-program'. --- lisp/progmodes/cperl-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el index 5c6b22afff2..0a7dcf5212e 100644 --- a/lisp/progmodes/cperl-mode.el +++ b/lisp/progmodes/cperl-mode.el @@ -7045,6 +7045,7 @@ We suppose that the regexp is scanned already." (error "No perldoc args given") default-entry) input)))) + (require 'man) (let* ((is-func (and (string-match "^[a-z]+$" word) (string-match (concat "^" word "\\>") @@ -7052,7 +7053,6 @@ We suppose that the regexp is scanned already." 'cperl-short-docs 'variable-documentation)))) (manual-program (if is-func "perldoc -f" "perldoc"))) - (require 'man) (Man-getpage-in-background word))) (defun cperl-perldoc-at-point () -- 2.39.2