]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/ring.el
Added fast path to ERT explanation of `equal'.
[gnu-emacs] / lisp / emacs-lisp / ring.el
index 1bcfbf4a1d9f6327f7fc4864fd27bf0f4761fda4..affaa9ce32e9652ef100fd8f2519285546f8c021 100644 (file)
@@ -1,7 +1,6 @@
 ;;; ring.el --- handle rings of items
 
-;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005,
-;;   2006, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 1992, 2001-2011 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: extensions
@@ -236,5 +235,4 @@ If SEQ is already a ring, return it."
 
 (provide 'ring)
 
-;; arch-tag: e707682b-ed69-47c9-b20f-cf2c68cc92d2
 ;;; ring.el ends here