Mercurial > emacs
comparison doc/misc/ChangeLog @ 106731:79fa2d910b72
Avoid dubious uses of save-excursions.
* doc/lispref/positions.texi (Excursions): Recommend the use of
save-current-buffer if applicable.
* doc/lispref/text.texi (Clickable Text): Fix the example code which used
save-excursion in a naive way which sometimes preserves point and
sometimes not.
* doc/lispref/variables.texi (Creating Buffer-Local):
* doc/lispref/os.texi (Session Management):
* doc/lispref/display.texi (GIF Images):
* doc/lispref/control.texi (Cleanups): Use (save|with)-current-buffer.
* doc/misc/gnus.texi (Posting Styles): Use with-current-buffer.
* doc/misc/calc.texi (Defining Simple Commands): Prefer save-current-buffer.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 04 Jan 2010 13:18:38 -0500 |
parents | b7f28f66e31e |
children | a3da62473e24 |
comparison
equal
deleted
inserted
replaced
106730:d1805c8df951 | 106731:79fa2d910b72 |
---|---|
1 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * gnus.texi (Posting Styles): Use with-current-buffer. | |
4 * calc.texi (Defining Simple Commands): Prefer save-current-buffer. | |
5 | |
1 2010-01-02 Kevin Ryde <user42@zip.com.au> | 6 2010-01-02 Kevin Ryde <user42@zip.com.au> |
2 | 7 |
3 * eieio.texi (Naming Conventions): Correction to xref on elisp | 8 * eieio.texi (Naming Conventions): Correction to xref on elisp |
4 coding conventions, is "Tips" node not "Standards". | 9 coding conventions, is "Tips" node not "Standards". |
5 | 10 |
6510 ;; fill-column: 79 | 6515 ;; fill-column: 79 |
6511 ;; add-log-time-zone-rule: t | 6516 ;; add-log-time-zone-rule: t |
6512 ;; End: | 6517 ;; End: |
6513 | 6518 |
6514 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, | 6519 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, |
6515 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 6520 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
6516 | 6521 |
6517 This file is part of GNU Emacs. | 6522 This file is part of GNU Emacs. |
6518 | 6523 |
6519 GNU Emacs is free software: you can redistribute it and/or modify | 6524 GNU Emacs is free software: you can redistribute it and/or modify |
6520 it under the terms of the GNU General Public License as published by | 6525 it under the terms of the GNU General Public License as published by |