# HG changeset patch # User Juri Linkov # Date 1105489980 0 # Node ID ad03a223e4e1eb27f20e925a8846765e9b75e338 # Parent c6ded43591fda436a230160d2652358e18416d77 *** empty log message *** diff -r c6ded43591fd -r ad03a223e4e1 lisp/ChangeLog --- a/lisp/ChangeLog Wed Jan 12 00:31:50 2005 +0000 +++ b/lisp/ChangeLog Wed Jan 12 00:33:00 2005 +0000 @@ -10,6 +10,13 @@ (list-colors-duplicates): New function. (facemenu-color-name-equal): Delete function. + * facemenu.el (list-colors-print): New function created from code + in list-colors-display. Print #RRGGBB at the window right edge. + (list-colors-display): When temp-buffer-show-function is not + defined, call list-colors-print from temp-buffer-show-hook + to get the right value of window-width in list-colors-print + after the buffer is displayed. + 2005-01-12 Juri Linkov * isearch.el (search-highlight, isearch, isearch-lazy-highlight):