]> git.eshelyaron.com Git - emacs.git/commitdiff
(unify-8859-on-encoding-mode) (unify-8859-on-decoding-mode): Change
authorMarkus Rost <rost@math.uni-bielefeld.de>
Mon, 20 May 2002 03:09:11 +0000 (03:09 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Mon, 20 May 2002 03:09:11 +0000 (03:09 +0000)
:version attributes to strings.

lisp/ChangeLog
lisp/international/ucs-tables.el

index 5d8da33a5bb2fcd160dc4ea965c4500407f15d78..b3340c730ee2a48fff2d281b247ecf7fb20672cc 100644 (file)
@@ -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
index e2eeaa4d5614bef6a5c7462d4e2e1d76ccc2d64f..076772e3e10681ab6b1ab903d73aadb79ae12090 100644 (file)
@@ -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)