aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Rost2002-05-20 03:09:11 +0000
committerMarkus Rost2002-05-20 03:09:11 +0000
commit5d598f1645671262bb8712e05bbee56f68481d2c (patch)
tree1f2c81c5077888d2b9d9b782d7cd5561bf21d26f
parenta2d10c40a8f68d88063741d18bd2fe9be78beaa4 (diff)
downloademacs-5d598f1645671262bb8712e05bbee56f68481d2c.tar.gz
emacs-5d598f1645671262bb8712e05bbee56f68481d2c.zip
(unify-8859-on-encoding-mode) (unify-8859-on-decoding-mode): Change
:version attributes to strings.
-rw-r--r--lisp/ChangeLog13
-rw-r--r--lisp/international/ucs-tables.el4
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 @@
12002-05-19 Markus Rost <rost@math.ohio-state.edu> 12002-05-19 Markus Rost <rost@math.ohio-state.edu>
2 2
3 * international/ucs-tables.el (unify-8859-on-encoding-mode)
4 (unify-8859-on-decoding-mode): Change :version attributes to
5 strings.
6
7 * simple.el (yank-excluded-properties): Change :version attribute
8 to a string.
9
10 * dired.el (dired-view-command-alist): Change :version attribute
11 to a string.
12
13 * xscheme.el (xscheme-start-hook): Change :version attribute to a
14 string.
15
3 * find-dired.el (find-dired): Implement revert-buffer-function. 16 * find-dired.el (find-dired): Implement revert-buffer-function.
4 17
5 * mail/emacsbug.el (report-emacs-bug-hook): Do another 18 * 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.
1279See also command `unify-8859-on-decoding-mode'." 1279See also command `unify-8859-on-decoding-mode'."
1280 :group 'mule 1280 :group 'mule
1281 :global t 1281 :global t
1282 :version 21.3 ; who knows...? 1282 :version "21.3" ; who knows...?
1283 :init-value nil 1283 :init-value nil
1284 (if unify-8859-on-encoding-mode 1284 (if unify-8859-on-encoding-mode
1285 (ucs-unify-8859 t) 1285 (ucs-unify-8859 t)
@@ -1298,7 +1298,7 @@ methods produce unified characters.
1298See also command `unify-8859-on-encoding-mode'." 1298See also command `unify-8859-on-encoding-mode'."
1299 :group 'mule 1299 :group 'mule
1300 :global t 1300 :global t
1301 :version 21.3 ; who knows...? 1301 :version "21.3" ; who knows...?
1302 :init-value nil 1302 :init-value nil
1303 (let ((table (if unify-8859-on-decoding-mode ucs-mule-8859-to-mule-unicode))) 1303 (let ((table (if unify-8859-on-decoding-mode ucs-mule-8859-to-mule-unicode)))
1304 (set-char-table-parent standard-translation-table-for-decode table) 1304 (set-char-table-parent standard-translation-table-for-decode table)