diff options
| author | David Kastrup | 2006-09-11 09:47:43 +0000 |
|---|---|---|
| committer | David Kastrup | 2006-09-11 09:47:43 +0000 |
| commit | bcd8e1a907a3d055f4b1152231f15cf5a21fba5e (patch) | |
| tree | dc50aad89ea7ded306a10ad773edff1e40f6615a /lisp/ChangeLog | |
| parent | 4d32309c1425c4bd947e77d8d47297c4cbf8d5e0 (diff) | |
| download | emacs-bcd8e1a907a3d055f4b1152231f15cf5a21fba5e.tar.gz emacs-bcd8e1a907a3d055f4b1152231f15cf5a21fba5e.zip | |
* help.el (string-key-binding, describe-key-briefly)
(describe-key): Remove `string-key-binding' and its callers since
`key-binding' already caters for the proper lookup now.
(string-key-binding, describe-key-briefly)
(describe-key): Remove `string-key-binding' and its callers since
`key-binding' already caters for the proper lookup now.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 711edf8ab92..def6ac8bdfa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2006-09-11 David Kastrup <dak@gnu.org> | ||
| 2 | |||
| 3 | * help.el (string-key-binding, describe-key-briefly) | ||
| 4 | (describe-key): Remove `string-key-binding' and its callers since | ||
| 5 | `key-binding' already caters for the proper lookup now. | ||
| 6 | |||
| 1 | 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 8 | ||
| 3 | * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): New var. | 9 | * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): New var. |