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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/woman.el [lexbind]
Date: Thu, 28 Oct 2004 22:27:38 -0400

Index: emacs/lisp/woman.el
diff -c emacs/lisp/woman.el:1.13.2.6 emacs/lisp/woman.el:1.13.2.7
*** emacs/lisp/woman.el:1.13.2.6        Tue Jul  6 10:23:35 2004
--- emacs/lisp/woman.el Fri Oct 29 02:05:09 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]