emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/woman.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/woman.el
Date: Tue, 26 Oct 2004 05:02:50 -0400

Index: emacs/lisp/woman.el
diff -c emacs/lisp/woman.el:1.24 emacs/lisp/woman.el:1.25
*** emacs/lisp/woman.el:1.24    Sat Jun 26 11:38:14 2004
--- emacs/lisp/woman.el Tue Oct 26 08:36:11 2004
***************
*** 1132,1138 ****
  should be a topic string and non-nil RE-CACHE forces re-caching."
    (interactive (list nil current-prefix-arg))
    ;; The following test is for non-interactive calls via gnudoit etc.
!   (if (or (interactive-p) (not (stringp topic)) (string-match "\\S " topic))
        (let ((file-name (woman-file-name topic re-cache)))
        (if file-name
            (woman-find-file file-name)
--- 1132,1138 ----
  should be a topic string and non-nil RE-CACHE forces re-caching."
    (interactive (list nil current-prefix-arg))
    ;; The following test is for non-interactive calls via gnudoit etc.
!   (if (or (not (stringp topic)) (string-match "\\S " topic))
        (let ((file-name (woman-file-name topic re-cache)))
        (if file-name
            (woman-find-file file-name)




reply via email to

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