mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
(unify-8859-on-encoding-mode) (unify-8859-on-decoding-mode): Change
:version attributes to strings.
This commit is contained in:
parent
a2d10c40a8
commit
5d598f1645
@ -1,5 +1,18 @@
|
||||
2002-05-19 Markus Rost <rost@math.ohio-state.edu>
|
||||
|
||||
* 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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user