diff options
| author | John Paul Wallington | 2005-11-26 19:05:52 +0000 |
|---|---|---|
| committer | John Paul Wallington | 2005-11-26 19:05:52 +0000 |
| commit | 440e20fca8ca31db13d56cf46ccbca0925e1e501 (patch) | |
| tree | e88fb7a7209d19950067148984dc10523e398c36 /lisp/ChangeLog | |
| parent | 1be0210d3aaa6d058b5da022f9ecaba5b02f4d84 (diff) | |
| download | emacs-440e20fca8ca31db13d56cf46ccbca0925e1e501.tar.gz emacs-440e20fca8ca31db13d56cf46ccbca0925e1e501.zip | |
(archive-extract): Use `posn-set-point' instead of `mouse-set-point'
because the latter is not fbound when configured without X.
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 60e6f053e0e..59d6cfb0e2c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2005-11-26 John Paul Wallington <jpw@pobox.com> | ||
| 2 | |||
| 3 | * arc-mode.el (archive-extract): Use `posn-set-point' instead of | ||
| 4 | `mouse-set-point' because the latter is not fbound when configured | ||
| 5 | without X. | ||
| 6 | |||
| 1 | 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org> | 7 | 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org> |
| 2 | 8 | ||
| 3 | * files.el (file-relative-name): Doc fix. | 9 | * files.el (file-relative-name): Doc fix. |