From: Martin Rudalics Date: Fri, 14 Jan 2011 18:31:53 +0000 (+0100) Subject: Fix typo in last change of simple.el X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=488eedad3aed74c2a5640aab4ef17d624dcf6549;p=emacs.git Fix typo in last change of simple.el --- 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