From: Martin Rudalics Date: Sun, 25 May 2014 10:06:35 +0000 (+0200) Subject: Remove interactive specification from window--dump-frame. X-Git-Tag: emacs-24.3.92~166 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f408fbe406e2e3b5da73d12a2b134b453d783963;p=emacs.git Remove interactive specification from window--dump-frame. * window.el (window--dump-frame): Remove interactive specification. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c142daeee7f..5e8da55913f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2014-05-25 Martin Rudalics + + * window.el (window--dump-frame): Remove interactive + specification. + 2014-05-23 Glenn Morris * hippie-exp.el (he-line-search-regexp): diff --git a/lisp/window.el b/lisp/window.el index 21c9b925238..c5093ca51a5 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -1079,7 +1079,6 @@ WINDOW-OR-FRAME can be a frame or a window and defaults to the selected frame. When WINDOW-OR-FRAME is a window, dump that window's frame. The buffer *window-frame-dump* is erased before dumping to it." - (interactive) (let* ((window (cond ((or (not window-or-frame)