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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/woman.el
Date: Thu, 16 Jun 2005 12:12:40 -0400

Index: emacs/lisp/woman.el
diff -c emacs/lisp/woman.el:1.30 emacs/lisp/woman.el:1.31
*** emacs/lisp/woman.el:1.30    Mon Jun 13 08:21:37 2005
--- emacs/lisp/woman.el Thu Jun 16 16:12:40 2005
***************
*** 828,834 ****
    :group 'woman-formatting)
  
  (defcustom woman-ignore t
!   "*If non-nil then unrecognised requests etc. are ignored.  Default is t.
  This gives the standard ?roff behavior.  If nil then they are left in
  the buffer, which may aid debugging."
    :type 'boolean
--- 828,834 ----
    :group 'woman-formatting)
  
  (defcustom woman-ignore t
!   "*If non-nil then unrecognized requests etc. are ignored.  Default is t.
  This gives the standard ?roff behavior.  If nil then they are left in
  the buffer, which may aid debugging."
    :type 'boolean
***************
*** 2504,2510 ****
        (setq c (memq (following-char) woman-if-conditions-true)))
       ;; Unrecognised letter so reject:
       ((looking-at "[A-Za-z]") (setq c nil)
!       (WoMan-warn "%s %s -- unrecognised condition name rejected!"
                  request (match-string 0)))
       ;; Accept strings if identical:
       ((save-restriction
--- 2504,2510 ----
        (setq c (memq (following-char) woman-if-conditions-true)))
       ;; Unrecognised letter so reject:
       ((looking-at "[A-Za-z]") (setq c nil)
!       (WoMan-warn "%s %s -- unrecognized condition name rejected!"
                  request (match-string 0)))
       ;; Accept strings if identical:
       ((save-restriction




reply via email to

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