emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113601: (eww-setup-buffer): Switching to the buffer


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r113601: (eww-setup-buffer): Switching to the buffer seems more natural than popping.
Date: Tue, 30 Jul 2013 14:31:54 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113601
revision-id: address@hidden
parent: address@hidden
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Tue 2013-07-30 16:31:51 +0200
message:
  (eww-setup-buffer): Switching to the buffer seems more natural than popping.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/net/eww.el                eww.el-20130610114603-80ap3gwnw4x4m5ix-1
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-07-30 14:29:14 +0000
+++ b/lisp/ChangeLog    2013-07-30 14:31:51 +0000
@@ -1,5 +1,8 @@
 2013-07-30  Lars Magne Ingebrigtsen  <address@hidden>
 
+       * net/eww.el (eww-setup-buffer): Switching to the buffer seems
+       more natural than popping.
+
        * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
        (shr-urlify): Highlight under mouse.
 

=== modified file 'lisp/net/eww.el'
--- a/lisp/net/eww.el   2013-07-19 14:44:16 +0000
+++ b/lisp/net/eww.el   2013-07-30 14:31:51 +0000
@@ -309,7 +309,7 @@
     (goto-char (point-min))))
 
 (defun eww-setup-buffer ()
-  (pop-to-buffer (get-buffer-create "*eww*"))
+  (switch-to-buffer (get-buffer-create "*eww*"))
   (let ((inhibit-read-only t))
     (remove-overlays)
     (erase-buffer))


reply via email to

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