]> git.eshelyaron.com Git - emacs.git/commitdiff
* server.el (server-buffer-done): Avoid changing the buffer when
authorChong Yidong <cyd@stupidchicken.com>
Wed, 24 Sep 2008 20:11:47 +0000 (20:11 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 24 Sep 2008 20:11:47 +0000 (20:11 +0000)
deleting the client's frame (bug#640).

lisp/ChangeLog

index 332d2080aff9342fc3bec74db1206f6c56a83305..273b38e6c7b3ab909cef6ac3913f26dc2a8d7edc 100644 (file)
@@ -1,5 +1,8 @@
 2008-09-24  Chong Yidong  <cyd@stupidchicken.com>
 
+       * server.el (server-buffer-done): Avoid changing the buffer when
+       deleting the client's frame (bug#640).
+
        * vc.el (vc-default-mark-resolved): New function.
 
 2008-09-24  Stephen Berman  <stephen.berman@gmx.net>