diff options
| author | Gerd Moellmann | 2001-07-31 11:36:30 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-07-31 11:36:30 +0000 |
| commit | 10e922bdd215aeb206ddbba8d9a625640baaedb0 (patch) | |
| tree | 52c867a464bbfce540e178eef9f6278c0e5bb682 /lisp/ChangeLog | |
| parent | b23bad0b77191825b150ab7e35de74c21485546c (diff) | |
| download | emacs-10e922bdd215aeb206ddbba8d9a625640baaedb0.tar.gz emacs-10e922bdd215aeb206ddbba8d9a625640baaedb0.zip | |
(delete-selection-pre-hook): Don't set this-command
to `ignore' if the region is empty.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a80a5a00f90..6b3a7796363 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2001-07-31 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-07-31 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * delsel.el (delete-selection-pre-hook): Don't set this-command | ||
| 4 | to `ignore' if the region is empty. | ||
| 5 | |||
| 3 | * international/mule.el (set-keyboard-coding-system): Set | 6 | * international/mule.el (set-keyboard-coding-system): Set |
| 4 | keyboard-coding-system. | 7 | keyboard-coding-system. |
| 5 | 8 | ||