Index: emacs/lisp/descr-text.el
diff -c emacs/lisp/descr-text.el:1.39 emacs/lisp/descr-text.el:1.40
*** emacs/lisp/descr-text.el:1.39 Sat Aug 6 22:13:42 2005
--- emacs/lisp/descr-text.el Fri Sep 9 01:10:41 2005
***************
*** 108,114 ****
(while properties
(push (list (pop properties) (pop properties)) ret))
ret)
! (lambda (a b) (string< (nth 0 a) (nth 0 b)))))
(let ((key (nth 0 elt))
(value (nth 1 elt)))
(widget-insert (propertize (format " %-20s " key)
--- 108,115 ----
(while properties
(push (list (pop properties) (pop properties)) ret))
ret)
! (lambda (a b) (string< (prin1-to-string (nth 0 a) t)
! (prin1-to-string (nth 0 b) t)))))
(let ((key (nth 0 elt))
(value (nth 1 elt)))
(widget-insert (propertize (format " %-20s " key)
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs