comparison lisp/ChangeLog @ 65597:23bf1a7921e0

(mark-diary-entries): Rearrange to wrap with-current-buffer form in save-excursion.
author Romain Francoise <romain@orebokech.com>
date Sun, 18 Sep 2005 13:26:54 +0000
parents 4d1085b02d64
children 39114a2ae201
comparison
equal deleted inserted replaced
65596:e188ae94d98b 65597:23bf1a7921e0
1 2005-09-18 Romain Francoise <romain@orebokech.com>
2
3 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
4 with-current-buffer form in save-excursion.
5
1 2005-09-18 D Goel <deego@gnufans.org> 6 2005-09-18 D Goel <deego@gnufans.org>
2 7
3 * apropos.el (apropos-command): Fix `message' call: first arg 8 * apropos.el (apropos-command): Fix `message' call: first arg
4 should be a format spec. In this and all other cases that appear 9 should be a format spec. In this and all other cases that appear
5 below and elsewhere in the source code, I made a change only when 10 below and elsewhere in the source code, I made a change only when
6 two conditions were satisfied: [1] I can think of a possibility 11 two conditions were satisfied: [1] I can think of a possibility
7 that the arguments would cause an error, for example, the code is 12 that the arguments would cause an error, for example, the code is
8 question relies on extarnal variables such as filenames. [2] I was 13 question relies on extarnal variables such as filenames. [2] I was
9 sure that the arg to `message' could not have been nil in the 14 sure that the arg to `message' could not have been nil in the
10 code. 15 code.
11 16
12 * textmodes/tildify.el (tildify-region): Ditto. 17 * textmodes/tildify.el (tildify-region): Ditto.
13 18
14 * textmodes/reftex-index.el (reftex-index-change-entry) 19 * textmodes/reftex-index.el (reftex-index-change-entry)
15 (reftex-index-phrase-selection-or-word) 20 (reftex-index-phrase-selection-or-word)
146 * desktop.el (desktop-restore-file-buffer) 151 * desktop.el (desktop-restore-file-buffer)
147 (desktop-lazy-create-buffer): Ditto. 152 (desktop-lazy-create-buffer): Ditto.
148 153
149 * bookmark.el (bookmark-bmenu-locate): Ditto. 154 * bookmark.el (bookmark-bmenu-locate): Ditto.
150 155
151 * obsolete/fast-lock.el (@top-level): Ditto in the macro definition of `with-temp-message'. 156 * obsolete/fast-lock.el (@top-level): Ditto in the macro
157 definition of `with-temp-message'.
152 158
153 * pcomplete.el (pcomplete--help): Fix `message' format spec. Not 159 * pcomplete.el (pcomplete--help): Fix `message' format spec. Not
154 having a %s would be weird, though not technically wrong. 160 having a %s would be weird, though not technically wrong.
155 161
156
157
158 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 162 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
159 163
160 * term/mac-win.el (mac-add-charset-info): Doc fix. 164 * term/mac-win.el (mac-add-charset-info): Doc fix.
161 165
162 2005-09-17 Romain Francoise <romain@orebokech.com> 166 2005-09-17 Romain Francoise <romain@orebokech.com>