diff options
| author | Chong Yidong | 2006-05-12 17:39:39 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-05-12 17:39:39 +0000 |
| commit | 4e8f005c08487874cfb812f271e4d7c103eb40e7 (patch) | |
| tree | 2f7e073506f572391fecd597dcaabf07205f54ef /src/ChangeLog | |
| parent | d041c8c9610396456c7b2e7b49b0dab05e97f965 (diff) | |
| download | emacs-4e8f005c08487874cfb812f271e4d7c103eb40e7.tar.gz emacs-4e8f005c08487874cfb812f271e4d7c103eb40e7.zip | |
* intervals.c (set_point_both): Fix mixup before before and after
in variable names.
* editfns.c (Fline_beginning_position): Inhibit point-motion hooks
while setting point temporarily.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 14a172d0b37..066cd655696 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2006-05-12 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * intervals.c (set_point_both): Fix mixup before before and after | ||
| 4 | in variable names. | ||
| 5 | |||
| 6 | * editfns.c (Fline_beginning_position): Inhibit point-motion hooks | ||
| 7 | while setting point temporarily. | ||
| 8 | |||
| 1 | 2006-05-11 Richard Stallman <rms@gnu.org> | 9 | 2006-05-11 Richard Stallman <rms@gnu.org> |
| 2 | 10 | ||
| 3 | * lread.c (readevalloop): Abort if START non-nil for non-buffer input. | 11 | * lread.c (readevalloop): Abort if START non-nil for non-buffer input. |