2000-12-24 NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>
+ * poe.el (minor-mode-overriding-map-alist): Remove the filename
+ poe.el from doc string.
+
+ * poe-18.el (current-time-world-timezones): Remove the filename
+ poe-18.el from doc string.
+ (current-time-local-timezone): Ditto.
+ (buffer-undo-list): Ditto.
+ (auto-fill-function): Ditto.
+ (unread-command-event): Ditto.
+ (unread-command-events): Ditto.
+ (minor-mode-map-alist): Ditto.
+
* README.en ((d) make.bat (for MS-DOS family)): New section.
* README.ja ((d) make.bat \e$B$rMxMQ$9$k\e(B (MS-DOS \e$B7O\e(B OS \e$B$N>l9g\e(B)):
Ditto.
("GMT-8" . -800)("GMT-9" . -900)("GMT-10" . -1000)
("GMT-11" . -1100) ("GMT-12" . -1200))
"Time differentials of timezone from GMT in +-HHMM form.
-Used in `current-time-zone' (Emacs 19 emulating function in poe-18.el).")
+Used in `current-time-zone' (Emacs 19 emulating function by APEL).")
(defvar current-time-local-timezone nil
"*Local timezone name.
-Used in `current-time-zone' (Emacs 19 emulating function in poe-18.el).")
+Used in `current-time-zone' (Emacs 19 emulating function by APEL).")
(defun set-time-zone-rule (tz)
"Set the local time zone using TZ, a string specifying a time zone rule.
;; 18.55 does not have these variables.
(defvar-maybe buffer-undo-list nil
"List of undo entries in current buffer.
-poe-18.el provides this as dummy for a compatibility.")
+APEL provides this as dummy for a compatibility.")
(defvar-maybe auto-fill-function nil
"Function called (if non-nil) to perform auto-fill.
-poe-18.el provides this as dummy for a compatibility.")
+APEL provides this as dummy for a compatibility.")
(defvar-maybe unread-command-event nil
- "poe-18.el provides this as dummy for a compatibility.")
+ "APEL provides this as dummy for a compatibility.")
(defvar-maybe unread-command-events nil
"List of events to be read as the command input.
-poe-18.el provides this as dummy for a compatibility.")
+APEL provides this as dummy for a compatibility.")
;; (defvar-maybe minibuffer-setup-hook nil
;; "Normal hook run just after entry to minibuffer.")
(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.")
+APEL provides this as dummy for a compatibility.")
(defalias 'insert-and-inherit 'insert)
(defalias 'insert-before-markers-and-inherit 'insert-before-markers)
;; 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.")
+APEL provides this as dummy for a compatibility.")
;; Emacs 20.1/XEmacs 20.3(?) and later: (save-current-buffer &rest BODY)
;;