X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/d3857d85ab7e18b5dafdb6395e811bb566f8184b..40fb2103c2986cbb91add4afed635886c4f87ae5:/lisp/international/codepage.el diff --git a/lisp/international/codepage.el b/lisp/international/codepage.el index e4880bd56a..b9c819b752 100644 --- a/lisp/international/codepage.el +++ b/lisp/international/codepage.el @@ -1,6 +1,6 @@ ;;; codepage.el --- MS-DOS/MS-Windows specific coding systems -;; Copyright (C) 1998 Free Software Foundation, Inc. +;; Copyright (C) 1998, 2005 Free Software Foundation, Inc. ;; Author: Eli Zaretskii ;; Maintainer: FSF @@ -137,7 +137,7 @@ (defun codepage-setup (&optional codepage) "Obsolete. All coding systems are set up initially." (interactive)) -(make-obsolete 'codepage-setup "no longer relevant" "22.1") +(make-obsolete 'codepage-setup "no longer relevant" "23.1") (provide 'codepage)