X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Ftests%2Fgnustest-registry.el;h=174a0cb062faf43ba80db3c09c568be64d5ca52f;hb=b4bc300f0dcddc2b17bb50a3501ed6e6db1ef12c;hp=512fab499390ec6a75a5ba7e9993361e0ddbee2f;hpb=7e0e5bcdb353559c7f9d89eaf183e2e7cbe7bd92;p=gnus diff --git a/lisp/tests/gnustest-registry.el b/lisp/tests/gnustest-registry.el index 512fab499..174a0cb06 100644 --- a/lisp/tests/gnustest-registry.el +++ b/lisp/tests/gnustest-registry.el @@ -1,5 +1,5 @@ ;;; gnustest-registry.el --- Registry and Gnus registry testing for Gnus -;; Copyright (C) 2011-2012 Free Software Foundation, Inc. +;; Copyright (C) 2011-2014 Free Software Foundation, Inc. ;; Author: Ted Zlatanov @@ -16,9 +16,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -;; Boston, MA 02110-1301, USA. +;; along with GNU Emacs. If not, see . ;;; Commentary: @@ -214,3 +212,8 @@ (message "Done with Gnus registry usage testing.")) (provide 'gnustest-registry) + +;; Local Variables: +;; no-byte-compile: t +;; no-update-autoloads: t +;; End: