aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2012-08-12 18:52:33 -0400
committerStefan Monnier2012-08-12 18:52:33 -0400
commit1439443be63a2b0d796df8ebca882cdaecb7269f (patch)
tree288bff90b49fb823e73413a64023894e079a39b7 /lisp/ChangeLog
parent0d9e2599ec037fe0582c36ea5e965cd6fa65d9dc (diff)
downloademacs-1439443be63a2b0d796df8ebca882cdaecb7269f.tar.gz
emacs-1439443be63a2b0d796df8ebca882cdaecb7269f.zip
* lisp/subr.el (internal--before-with-seleted-window)
(internal--after-with-seleted-window): New functions. (with-selected-window): Use them, to replace dependency on tty-top-frame.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6f54b9f7c0e..d57c3f8b61a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * subr.el (internal--before-with-seleted-window)
4 (internal--after-with-seleted-window): New functions.
5 (with-selected-window): Use them, to replace dependency on tty-top-frame.
6
12012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org> 72012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
2 8
3 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary 9 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary