emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus-util.el
Date: Fri, 04 Apr 2003 01:22:13 -0500

Index: emacs/lisp/gnus/gnus-util.el
diff -c emacs/lisp/gnus/gnus-util.el:1.17 emacs/lisp/gnus/gnus-util.el:1.18
*** emacs/lisp/gnus/gnus-util.el:1.17   Fri Oct 18 04:41:46 2002
--- emacs/lisp/gnus/gnus-util.el        Fri Nov 29 10:57:52 2002
***************
*** 1,5 ****
  ;;; gnus-util.el --- utility functions for Gnus
! ;; Copyright (C) 1996, 1997, 1998, 1999, 2000
  ;;        Free Software Foundation, Inc.
  
  ;; Author: Lars Magne Ingebrigtsen <address@hidden>
--- 1,5 ----
  ;;; gnus-util.el --- utility functions for Gnus
! ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002
  ;;        Free Software Foundation, Inc.
  
  ;; Author: Lars Magne Ingebrigtsen <address@hidden>
***************
*** 612,618 ****
  It is safe to use gnus-atomic-progn-assign with long computations.
  
  Note that if any of the symbols in PROTECT were unbound, they will be
! set to nil on a sucessful assignment.  In case of an error or other
  non-local exit, it will still be unbound."
    (let* ((temp-sym-map (mapcar (lambda (x) (list (make-symbol
                                                  (concat (symbol-name x)
--- 612,618 ----
  It is safe to use gnus-atomic-progn-assign with long computations.
  
  Note that if any of the symbols in PROTECT were unbound, they will be
! set to nil on a successful assignment.  In case of an error or other
  non-local exit, it will still be unbound."
    (let* ((temp-sym-map (mapcar (lambda (x) (list (make-symbol
                                                  (concat (symbol-name x)




reply via email to

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