emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 r117152: Remove interactive specification from wi


From: Martin Rudalics
Subject: [Emacs-diffs] emacs-24 r117152: Remove interactive specification from window--dump-frame.
Date: Sun, 25 May 2014 10:06:57 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117152
revision-id: address@hidden
parent: address@hidden
committer: martin rudalics <address@hidden>
branch nick: emacs-24
timestamp: Sun 2014-05-25 12:06:35 +0200
message:
  Remove interactive specification from window--dump-frame.
  
  * window.el (window--dump-frame): Remove interactive
  specification.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/window.el                 window.el-20091113204419-o5vbwnq5f7feedwu-94
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-05-23 18:14:24 +0000
+++ b/lisp/ChangeLog    2014-05-25 10:06:35 +0000
@@ -1,3 +1,8 @@
+2014-05-25  Martin Rudalics  <address@hidden>
+
+       * window.el (window--dump-frame): Remove interactive
+       specification.
+
 2014-05-23  Glenn Morris  <address@hidden>
 
        * hippie-exp.el (he-line-search-regexp):

=== modified file 'lisp/window.el'
--- a/lisp/window.el    2014-05-22 06:36:37 +0000
+++ b/lisp/window.el    2014-05-25 10:06:35 +0000
@@ -1079,7 +1079,6 @@
 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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]