diff options
| author | Stefan Monnier | 2011-02-11 21:27:53 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2011-02-11 21:27:53 -0500 |
| commit | c530e1c2a3a036d71942c354ba11b30a06341fd7 (patch) | |
| tree | 184fa6b6c9bb58855aa9f1ae6cded97edc4f10fb /src/window.c | |
| parent | 295fb2ac59b66c0e2470325a42c8e58c135ed044 (diff) | |
| parent | e0e36cac4adaa32ad755a34c811366dd8e4655bc (diff) | |
| download | emacs-c530e1c2a3a036d71942c354ba11b30a06341fd7.tar.gz emacs-c530e1c2a3a036d71942c354ba11b30a06341fd7.zip | |
Merge from trunk
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index 41eed893d6a..abf01758c3f 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -3589,7 +3589,7 @@ Note that the main editor command loop selects the buffer of the | |||
| 3589 | selected window before each command. */) | 3589 | selected window before each command. */) |
| 3590 | (register Lisp_Object window, Lisp_Object norecord) | 3590 | (register Lisp_Object window, Lisp_Object norecord) |
| 3591 | { | 3591 | { |
| 3592 | select_window (window, norecord, 0); | 3592 | return select_window (window, norecord, 0); |
| 3593 | } | 3593 | } |
| 3594 | 3594 | ||
| 3595 | static Lisp_Object | 3595 | static Lisp_Object |