diff options
| author | Stefan Monnier | 2011-07-05 11:31:22 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2011-07-05 11:31:22 -0400 |
| commit | 2dcdbdd97db0f414a2f11421e9d8001ea6178517 (patch) | |
| tree | be3264dba0659172179eaf2b03a163e4555c9982 /lisp/ChangeLog | |
| parent | 73fed7aeda408ab0e9d67ca3c44a4c7711e5b490 (diff) | |
| download | emacs-2dcdbdd97db0f414a2f11421e9d8001ea6178517.tar.gz emacs-2dcdbdd97db0f414a2f11421e9d8001ea6178517.zip | |
Fix some uses of switch-to-buffer.
* lisp/progmodes/compile.el (compilation-goto-locus):
* lisp/net/tramp-cmds.el (tramp-append-tramp-buffers):
* lisp/bs.el (bs-cycle-next, bs-cycle-previous):
* lisp/bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
* lisp/bindings.el (mode-line-other-buffer):
* lisp/autoinsert.el (auto-insert):
* lisp/arc-mode.el (archive-extract):
* lisp/abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e83b65fe4e5..1a6c66e2bdf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * progmodes/compile.el (compilation-goto-locus): | ||
| 4 | * net/tramp-cmds.el (tramp-append-tramp-buffers): | ||
| 5 | * bs.el (bs-cycle-next, bs-cycle-previous): | ||
| 6 | * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window): | ||
| 7 | * bindings.el (mode-line-other-buffer): | ||
| 8 | * autoinsert.el (auto-insert): | ||
| 9 | * arc-mode.el (archive-extract): | ||
| 10 | * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer. | ||
| 11 | |||
| 1 | 2011-07-05 Juanma Barranquero <lekktu@gmail.com> | 12 | 2011-07-05 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 13 | ||
| 3 | * emacs-lock.el (emacs-lock-mode): Fix typo in variable name. | 14 | * emacs-lock.el (emacs-lock-mode): Fix typo in variable name. |
| @@ -64,8 +75,8 @@ | |||
| 64 | according to whether there are or aren't any plain-text topics | 75 | according to whether there are or aren't any plain-text topics |
| 65 | pending encryption. | 76 | pending encryption. |
| 66 | 77 | ||
| 67 | (allout-inhibit-auto-save-info-for-decryption): Adjust | 78 | (allout-inhibit-auto-save-info-for-decryption): |
| 68 | buffer-saved-size and some allout state to inhibit auto-saves if | 79 | Adjust buffer-saved-size and some allout state to inhibit auto-saves if |
| 69 | there are plain-text topics pending encryption. | 80 | there are plain-text topics pending encryption. |
| 70 | 81 | ||
| 71 | (allout-maybe-resume-auto-save-info-after-encryption): Adjust | 82 | (allout-maybe-resume-auto-save-info-after-encryption): Adjust |