From d838ffc12662c10b74be7199edd48f647a0efa4e Mon Sep 17 00:00:00 2001 From: minakaji Date: Wed, 20 Dec 2000 15:48:32 +0000 Subject: [PATCH] * poe-18.el (minor-mode-alist): Removed. (minor-mode-overriding-map-alist): Move to poe.el. --- ChangeLog | 7 ++++++- poe-18.el | 6 ------ poe.el | 5 +++++ 3 files changed, 11 insertions(+), 7 deletions(-) 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) -- 1.7.10.4