From 5d598f1645671262bb8712e05bbee56f68481d2c Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Mon, 20 May 2002 03:09:11 +0000 Subject: [PATCH] (unify-8859-on-encoding-mode) (unify-8859-on-decoding-mode): Change :version attributes to strings. --- lisp/ChangeLog | 13 +++++++++++++ lisp/international/ucs-tables.el | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5d8da33a5bb..b3340c730ee 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,18 @@ 2002-05-19 Markus Rost + * international/ucs-tables.el (unify-8859-on-encoding-mode) + (unify-8859-on-decoding-mode): Change :version attributes to + strings. + + * simple.el (yank-excluded-properties): Change :version attribute + to a string. + + * dired.el (dired-view-command-alist): Change :version attribute + to a string. + + * xscheme.el (xscheme-start-hook): Change :version attribute to a + string. + * find-dired.el (find-dired): Implement revert-buffer-function. * mail/emacsbug.el (report-emacs-bug-hook): Do another diff --git a/lisp/international/ucs-tables.el b/lisp/international/ucs-tables.el index e2eeaa4d561..076772e3e10 100644 --- a/lisp/international/ucs-tables.el +++ b/lisp/international/ucs-tables.el @@ -1279,7 +1279,7 @@ can cope with separate Latin-1 and Latin-9 representations of e-acute. See also command `unify-8859-on-decoding-mode'." :group 'mule :global t - :version 21.3 ; who knows...? + :version "21.3" ; who knows...? :init-value nil (if unify-8859-on-encoding-mode (ucs-unify-8859 t) @@ -1298,7 +1298,7 @@ methods produce unified characters. See also command `unify-8859-on-encoding-mode'." :group 'mule :global t - :version 21.3 ; who knows...? + :version "21.3" ; who knows...? :init-value nil (let ((table (if unify-8859-on-decoding-mode ucs-mule-8859-to-mule-unicode))) (set-char-table-parent standard-translation-table-for-decode table) -- 2.39.5