diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-08-28 21:15:57 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-08-28 21:15:57 +0000 |
commit | 793fd7146e7f9924e74de52736543c5903b0a68e (patch) | |
tree | 3232df1ecc640482e54f0fac8b6f4d92f9b5125c /lisp | |
parent | 7d50c21c2549aa9541bb3e4800dd4353f9d8edd0 (diff) | |
download | emacs-793fd7146e7f9924e74de52736543c5903b0a68e.tar.gz emacs-793fd7146e7f9924e74de52736543c5903b0a68e.tar.bz2 emacs-793fd7146e7f9924e74de52736543c5903b0a68e.zip |
* term/x-win.el (x-win-suspend-error): Don't signal error if there are
no X frames active.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 36e92ff9957..196b3baa74e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-08-28 Chong Yidong <cyd@stupidchicken.com> + + * term/x-win.el (x-win-suspend-error): Don't signal error if there + are no X frames active. + 2008-08-28 Michael Albinus <michael.albinus@gmx.de> * net/xesam.el (xesam-kill-buffer-function): Wrap code by |