emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/cperl-mode.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cperl-mode.el
Date: Tue, 20 Nov 2001 09:20:41 -0500

Index: emacs/lisp/progmodes/cperl-mode.el
diff -u emacs/lisp/progmodes/cperl-mode.el:1.25 
emacs/lisp/progmodes/cperl-mode.el:1.26
--- emacs/lisp/progmodes/cperl-mode.el:1.25     Fri Oct 12 14:11:06 2001
+++ emacs/lisp/progmodes/cperl-mode.el  Tue Nov 20 09:20:41 2001
@@ -7045,6 +7045,7 @@
                    (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 @@
                                  '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 ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]