comparison lisp/ChangeLog @ 59488:a111e3fea086

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Wed, 12 Jan 2005 00:52:33 +0000
parents ad03a223e4e1
children 6aaea6eb876c
comparison
equal deleted inserted replaced
59487:c1de47aaf80f 59488:a111e3fea086
14 in list-colors-display. Print #RRGGBB at the window right edge. 14 in list-colors-display. Print #RRGGBB at the window right edge.
15 (list-colors-display): When temp-buffer-show-function is not 15 (list-colors-display): When temp-buffer-show-function is not
16 defined, call list-colors-print from temp-buffer-show-hook 16 defined, call list-colors-print from temp-buffer-show-hook
17 to get the right value of window-width in list-colors-print 17 to get the right value of window-width in list-colors-print
18 after the buffer is displayed. 18 after the buffer is displayed.
19
20 * simple.el (pop-mark): Move deactivate-mark out of conditional
21 part to deactivate the active mark regardless of the state of the
22 mark ring.
23
24 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
25 variables line in desktop files.
19 26
20 2005-01-12 Juri Linkov <juri@jurta.org> 27 2005-01-12 Juri Linkov <juri@jurta.org>
21 28
22 * isearch.el (search-highlight, isearch, isearch-lazy-highlight): 29 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
23 Bring together isearch highlight related options. 30 Bring together isearch highlight related options.