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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/woman.el [emacs-unicode-2]
Date: Wed, 27 Oct 2004 02:06:20 -0400

Index: emacs/lisp/woman.el
diff -c emacs/lisp/woman.el:1.16.4.3 emacs/lisp/woman.el:1.16.4.4
*** emacs/lisp/woman.el:1.16.4.3        Tue Jun 29 16:45:06 2004
--- emacs/lisp/woman.el Wed Oct 27 05:42:00 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]