diff options
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 164726b8c34..44b6fc025c2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -233,7 +233,7 @@ | |||
| 233 | x-selection-value. | 233 | x-selection-value. |
| 234 | 234 | ||
| 235 | * select.el (selection-coding-system) | 235 | * select.el (selection-coding-system) |
| 236 | (next-selection-coding-system): Declaration moded from xselect.c. | 236 | (next-selection-coding-system): Move declarations from xselect.c. |
| 237 | (x-get-selection): Decode by selection-coding-system if it is | 237 | (x-get-selection): Decode by selection-coding-system if it is |
| 238 | non-nil. If it is nil, decode by a proper coding system. Handle | 238 | non-nil. If it is nil, decode by a proper coding system. Handle |
| 239 | C_STRING. | 239 | C_STRING. |