Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 3289:f97e1a4cbc28
[xemacs-hg @ 2006-03-17 17:05:06 by james]
Remove an old block of code that breaks uncomment-region on C files and does
not appear to help with its purpoted use on Elisp files. See xemacs-patches
message <m3bqw7jjat.fsf@jerrypc.cs.usu.edu>.
author | james |
---|---|
date | Fri, 17 Mar 2006 17:05:07 +0000 |
parents | f45c9ff6f425 |
children | b593e47979a5 |
comparison
equal
deleted
inserted
replaced
3288:f45c9ff6f425 | 3289:f97e1a4cbc28 |
---|---|
1 2006-03-15 Jerry James <james@xemacs.org> | |
2 | |
3 * newcomment.el (uncomment-region): Remove old code that breaks | |
4 uncomment-region on C files. Thanks to Christian Podlasly for the | |
5 report. | |
6 | |
1 2006-03-15 Jerry James <james@xemacs.org> | 7 2006-03-15 Jerry James <james@xemacs.org> |
2 | 8 |
3 * register.el (describe-register-1): Use set-text-properties | 9 * register.el (describe-register-1): Use set-text-properties |
4 instead of the nonexistent remove-list-of-text-properties. | 10 instead of the nonexistent remove-list-of-text-properties. |
5 | 11 |