Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4596:4fc32a3a086e
Fix a couple of bugs, #'query-coding-region, #'query-coding-string.
2009-02-04 Aidan Kehoe <kehoea@parhasard.net>
* coding.el (query-coding-region):
Revert this to being a defun, add a compiler macro without
needless binding.
(query-coding-string):
Correct a bug here, string indices are zero- not one-based.
* mule/general-late.el (unicode-query-coding-skip-chars-arg):
Correct the algorithm used to initialise this variable.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 04 Feb 2009 12:14:38 +0000 |
parents | a1a8728fec10 |
children | 8891b0477058 |
comparison
equal
deleted
inserted
replaced
4595:a1a8728fec10 | 4596:4fc32a3a086e |
---|---|
1 2009-02-04 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * coding.el (query-coding-region): | |
4 Revert this to being a defun, add a compiler macro without | |
5 needless binding. | |
6 (query-coding-string): | |
7 Correct a bug here, string indices are zero- not one-based. | |
8 * mule/general-late.el (unicode-query-coding-skip-chars-arg): | |
9 Correct the algorithm used to initialise this variable. | |
10 | |
1 2009-02-04 Aidan Kehoe <kehoea@parhasard.net> | 11 2009-02-04 Aidan Kehoe <kehoea@parhasard.net> |
2 | 12 |
3 * help.el (describe-function-1): | 13 * help.el (describe-function-1): |
4 Distinguish between special forms and subrs; don't bind | 14 Distinguish between special forms and subrs; don't bind |
5 autoload-file, #'symbol-file returns it like any other function | 15 autoload-file, #'symbol-file returns it like any other function |