* poe-18.el (minor-mode-alist): Removed.
authorminakaji <minakaji>
Wed, 20 Dec 2000 15:48:32 +0000 (15:48 +0000)
committerminakaji <minakaji>
Wed, 20 Dec 2000 15:48:32 +0000 (15:48 +0000)
(minor-mode-overriding-map-alist): Move to poe.el.

ChangeLog
poe-18.el
poe.el

index 9c364c5..2dfa04e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-12-21  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
+
+       * poe-18.el (minor-mode-alist): Removed.
+       (minor-mode-overriding-map-alist): Move to poe.el.
+
 2000-12-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        * APEL-MK (install-apel): Add new optional argument `just-print'.
 2000-12-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        * APEL-MK (install-apel): Add new optional argument `just-print'.
 
        * APEL: Version 8.4 was released.
 
 
        * APEL: Version 8.4 was released.
 
-       * EMU-ELS: Don't use HIRAGANA LETTER A (\e$(B$"\e(B) to detect character
+       * EMU-ELS: Don't use HIRAGANA LETTER A (\e$B$"\e(B) to detect character
        indexing (Emacs 20.3 or later).
 
 1998-04-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
        indexing (Emacs 20.3 or later).
 
 1998-04-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
index e5e3d5d..51541d1 100644 (file)
--- 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-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)
 
 (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 (file)
--- 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.")
 
 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)
 ;; 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)