]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in last change of simple.el
authorMartin Rudalics <rudalics@gmx.at>
Fri, 14 Jan 2011 18:31:53 +0000 (19:31 +0100)
committerMartin Rudalics <rudalics@gmx.at>
Fri, 14 Jan 2011 18:31:53 +0000 (19:31 +0100)
lisp/ChangeLog
lisp/simple.el

index 9a14b52de3e55bc8b669bf17ab5ca081afc39c38..6590f793675dffe0d1c49778d12791544e5d0f7a 100644 (file)
@@ -1,5 +1,8 @@
 2011-01-14  Martin Rudalics  <rudalics@gmx.at>
 
+       * 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
index f61be7e8de91a1c8e8d3e918fd84b511ade148b7..aa75a48fd456e16c6fee8ed2c01b1c43705a5244 100644 (file)
@@ -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))
 \f
 (defvar set-variable-value-history nil