]> git.eshelyaron.com Git - emacs.git/commitdiff
(cyrillic-alternativnyj): Remove bogus
authorDave Love <fx@gnu.org>
Wed, 11 Sep 2002 21:22:58 +0000 (21:22 +0000)
committerDave Love <fx@gnu.org>
Wed, 11 Sep 2002 21:22:58 +0000 (21:22 +0000)
charset-origin-alist.

lisp/ChangeLog
lisp/language/cyrillic.el

index 6bb3110154c88f029a18609f14b963cd6f55b470..b21b2b689a2cab8dcf331157002ebf10ab5cbcc5 100644 (file)
@@ -1,3 +1,18 @@
+2002-09-11  Dave Love  <fx@gnu.org>
+
+       * language/cyrillic.el (cyrillic-alternativnyj): Remove bogus
+       charset-origin-alist.
+
+2002-09-06  Dave Love  <fx@gnu.org>
+
+       * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):  Bind
+       syntax and abbrev tables locally rather than setting and resetting
+       them assuming Mail mode.
+       (mailabbrev-unload-hook): New.
+
+       * calendar/calendar.el (calendar-mode-line-format): Select the
+       right window for mouse events.
+
 2002-09-06  Juanma Barranquero  <lektu@terra.es>
 
        * calendar/solar.el (calendar-time-display-form): Fix spacing.
index ee4d18b60ba2a02263cc87cb4a00b7cdb37ba666..392958adcd9f31a1ea9b7930391489152019f3c2 100644 (file)
                   (documentation . "Support for Cyrillic KOI8-R."))
  '("Cyrillic"))
 
-;;; ALTERNATIVNYJ staff
+;;; ALTERNATIVNYJ stuff
 
 (defvar cyrillic-alternativnyj-decode-table
   [
                            t)
                      (setq i (1+ i)))
                    table))
-   (valid-codes (0 . 175) (224 . 241) 255)
-   (charset-origin-alist (cyrillic-iso8859-5 "ALTERNATIVNYJ"
-                                            cyrillic-encode-koi8-r-char))))
+   (valid-codes (0 . 175) (224 . 241) 255)))
 
 
 (define-coding-system-alias 'alternativnyj 'cyrillic-alternativnyj)