From: minakaji Date: Sun, 24 Dec 2000 05:35:59 +0000 (+0000) Subject: * poe.el (minor-mode-overriding-map-alist): Remove the filename X-Git-Tag: apel-10_3~11 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=6362a76695a230cf04f5da6109a24044949df6da;p=elisp%2Fapel.git * 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. --- diff --git a/ChangeLog b/ChangeLog index 071882d..3311a2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,17 @@ 2000-12-24 NAKAJIMA Mikio + * 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 を利用する (MS-DOS 系 OS の場合)): Ditto. diff --git a/poe-18.el b/poe-18.el index f80caec..9d2f2ea 100644 --- a/poe-18.el +++ b/poe-18.el @@ -224,11 +224,11 @@ for this variable." ("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. @@ -510,17 +510,17 @@ With optional non-nil ALL, force redisplay of all mode-lines." ;; 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.") @@ -529,7 +529,7 @@ 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.") +APEL 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 eff43b6..2b0e3d4 100644 --- a/poe.el +++ b/poe.el @@ -852,7 +852,7 @@ 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.") +APEL provides this as dummy for a compatibility.") ;; Emacs 20.1/XEmacs 20.3(?) and later: (save-current-buffer &rest BODY) ;;