emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/warnings.el
Date: Wed, 09 Feb 2005 10:51:14 -0500

Index: emacs/lisp/emacs-lisp/warnings.el
diff -c emacs/lisp/emacs-lisp/warnings.el:1.4 
emacs/lisp/emacs-lisp/warnings.el:1.5
*** emacs/lisp/emacs-lisp/warnings.el:1.4       Mon Mar 22 07:48:01 2004
--- emacs/lisp/emacs-lisp/warnings.el   Wed Feb  9 15:50:39 2005
***************
*** 31,37 ****
  
  (defgroup warnings nil
    "Log and display warnings."
!   :version "21.4"
    :group 'lisp)
  
  (defvar warning-levels
--- 31,37 ----
  
  (defgroup warnings nil
    "Log and display warnings."
!   :version "22.1"
    :group 'lisp)
  
  (defvar warning-levels
***************
*** 77,83 ****
  is not immediately displayed.  See also `warning-minimum-log-level'."
    :group 'warnings
    :type '(choice (const :emergency) (const :error) (const :warning))
!   :version "21.4")
  (defvaralias 'display-warning-minimum-level 'warning-minimum-level)
  
  (defcustom warning-minimum-log-level :warning
--- 77,83 ----
  is not immediately displayed.  See also `warning-minimum-log-level'."
    :group 'warnings
    :type '(choice (const :emergency) (const :error) (const :warning))
!   :version "22.1")
  (defvaralias 'display-warning-minimum-level 'warning-minimum-level)
  
  (defcustom warning-minimum-log-level :warning
***************
*** 86,92 ****
  the warning is completely ignored."
    :group 'warnings
    :type '(choice (const :emergency) (const :error) (const :warning))
!   :version "21.4")
  (defvaralias 'log-warning-minimum-level 'warning-minimum-log-level)
  
  (defcustom warning-suppress-log-types nil
--- 86,92 ----
  the warning is completely ignored."
    :group 'warnings
    :type '(choice (const :emergency) (const :error) (const :warning))
!   :version "22.1")
  (defvaralias 'log-warning-minimum-level 'warning-minimum-log-level)
  
  (defcustom warning-suppress-log-types nil
***************
*** 100,106 ****
  so only the element (FOO) will match it."
    :group 'warnings
    :type '(repeat (repeat symbol))
!   :version "21.4")
  
  (defcustom warning-suppress-types nil
    "List of warning types not to display immediately.
--- 100,106 ----
  so only the element (FOO) will match it."
    :group 'warnings
    :type '(repeat (repeat symbol))
!   :version "22.1")
  
  (defcustom warning-suppress-types nil
    "List of warning types not to display immediately.
***************
*** 115,121 ****
  See also `warning-suppress-log-types'."
    :group 'warnings
    :type '(repeat (repeat symbol))
!   :version "21.4")
  
  ;;; The autoload cookie is so that programs can bind this variable
  ;;; safely, testing the existing value, before they call one of the
--- 115,121 ----
  See also `warning-suppress-log-types'."
    :group 'warnings
    :type '(repeat (repeat symbol))
!   :version "22.1")
  
  ;;; The autoload cookie is so that programs can bind this variable
  ;;; safely, testing the existing value, before they call one of the




reply via email to

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