From 488eedad3aed74c2a5640aab4ef17d624dcf6549 Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Fri, 14 Jan 2011 19:31:53 +0100 Subject: [PATCH] Fix typo in last change of simple.el --- lisp/ChangeLog | 3 +++ lisp/simple.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9a14b52de3e..6590f793675 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2011-01-14 Martin Rudalics + * simple.el (compose-mail-other-frame): Fix typo introduced in + last change. + * window.el (window-safely-shrinkable-p): Remove. * calendar/calendar.el (calendar-generate-window): Only fit a diff --git a/lisp/simple.el b/lisp/simple.el index f61be7e8de9..aa75a48fd45 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -5746,7 +5746,7 @@ To disable this warning, set `compose-mail-user-agent-warnings' to nil." "Like \\[compose-mail], but edit the outgoing message in another frame." (interactive (list nil nil nil current-prefix-arg)) (compose-mail to subject other-headers continue - 'pop-to-buffer-other-frame yank-action send-actions)) + 'pop-to-buffer-other-frame yank-action send-actions return-action)) (defvar set-variable-value-history nil -- 2.39.5