From: minakaji Date: Wed, 20 Dec 2000 15:48:32 +0000 (+0000) Subject: * poe-18.el (minor-mode-alist): Removed. X-Git-Tag: apel-10_3~19 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=d838ffc12662c10b74be7199edd48f647a0efa4e;hp=0f74021033d2626af76ce9f52c183689dc33fb35;p=elisp%2Fapel.git * poe-18.el (minor-mode-alist): Removed. (minor-mode-overriding-map-alist): Move to poe.el. --- diff --git a/ChangeLog b/ChangeLog index 9c364c5..2dfa04e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-12-21 NAKAJIMA Mikio + + * poe-18.el (minor-mode-alist): Removed. + (minor-mode-overriding-map-alist): Move to poe.el. + 2000-12-20 MORIOKA Tomohiko * APEL-MK (install-apel): Add new optional argument `just-print'. @@ -2758,7 +2763,7 @@ * APEL: Version 8.4 was released. - * EMU-ELS: Don't use HIRAGANA LETTER A ($(B$"(B) to detect character + * EMU-ELS: Don't use HIRAGANA LETTER A ($B$"(B) to detect character indexing (Emacs 20.3 or later). 1998-04-20 MORIOKA Tomohiko diff --git a/poe-18.el b/poe-18.el index e5e3d5d..51541d1 100644 --- a/poe-18.el +++ b/poe-18.el @@ -534,12 +534,6 @@ poe-18.el provides this as dummy for a compatibility.") (defvar-maybe minor-mode-map-alist nil "Alist of keymaps to use for minor modes. poe-18.el provides this as dummy for a compatibility.") -(defvar-maybe minor-mode-alist nil - "Alist saying how to show minor modes in the mode line. -poe-18.el provides this as dummy for a compatibility.") -(defvar-maybe minor-mode-overriding-map-alist nil - "Alist of keymaps to use for minor modes, in current major mode. -poe-18.el provides this as dummy for a compatibility.") (defalias 'insert-and-inherit 'insert) (defalias 'insert-before-markers-and-inherit 'insert-before-markers) diff --git a/poe.el b/poe.el index 767ba23..eff43b6 100644 --- a/poe.el +++ b/poe.el @@ -849,6 +849,11 @@ This variable is meaningful on MS-DOG and Windows NT. On those systems, it is automatically local in every buffer. On other systems, this variable is normally always nil.") +;; Emacs 20.3 or later. +(defvar-maybe minor-mode-overriding-map-alist nil + "Alist of keymaps to use for minor modes, in current major mode. +poe.el provides this as dummy for a compatibility.") + ;; Emacs 20.1/XEmacs 20.3(?) and later: (save-current-buffer &rest BODY) ;; ;; v20 defines `save-current-buffer' as a C primitive (in src/editfns.c)