aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2008-09-24 22:50:56 +0000
committerChong Yidong <[email protected]>2008-09-24 22:50:56 +0000
commit32655809a8c9c9a8382996cf553660c33b66c693 (patch)
tree2f59898e71292ba1c2780d01dfac5fbae064fd6a /lisp
parent737e5c834b8b1a7581d9e7adf571dcfb057304cf (diff)
* progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton is
loaded.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 273b38e6c7..cc249e84d0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2008-09-24 Chong Yidong <[email protected]>
+ * 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).