Mercurial > emacs
comparison lisp/ChangeLog @ 96131:7ee547824da5
(c-make-inherited-keymap): Only use set-keymap-parents if set-keymap-parent
doesn't exist.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 20 Jun 2008 19:52:37 +0000 |
parents | d5ad6b6af42d |
children | 94707ef52511 |
comparison
equal
deleted
inserted
replaced
96130:b0875b652dc2 | 96131:7ee547824da5 |
---|---|
1 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca> | 1 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | |
3 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use | |
4 set-keymap-parents if set-keymap-parent doesn't exist. | |
2 | 5 |
3 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line): | 6 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line): |
4 Allow more than one space before the |. | 7 Allow more than one space before the |. |
5 | 8 |
6 * textmodes/rst.el: Fix up docstring conventions. | 9 * textmodes/rst.el: Fix up docstring conventions. |