From: Chong Yidong Date: Wed, 24 Sep 2008 22:50:56 +0000 (+0000) Subject: * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton is X-Git-Tag: emacs-pretest-23.0.90~2779 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=32655809a8c9c9a8382996cf553660c33b66c693;p=emacs.git * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton is loaded. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 273b38e6c7b..cc249e84d0c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2008-09-24 Chong Yidong + * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton + is loaded. + * server.el (server-buffer-done): Avoid changing the buffer when deleting the client's frame (bug#640).