kiwanami / emacs-window-manager

Customizable window manager for emacs
230 stars 28 forks source link

Better error message from display-buffer #45

Closed tkf closed 11 years ago

tkf commented 11 years ago

To check this patch, execute the following code

(display-buffer "*no such buffer*")

Without this patch, it fails with a suspicious error. When this patch is applied, it fails with a clean error message.