Mercurial > emacs
changeset 81074:c25ffc6180f9
(custom-make-dependencies): Simplify.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 25 May 2007 16:16:17 +0000 |
parents | 12cb550b10e4 |
children | 8520ffa982fc |
files | lisp/ChangeLog lisp/cus-dep.el |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri May 25 16:14:21 2007 +0000 +++ b/lisp/ChangeLog Fri May 25 16:16:17 2007 +0000 @@ -1,5 +1,7 @@ 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca> + * cus-dep.el (custom-make-dependencies): Simplify. + * composite.el (compose-region, decompose-region): Use inhibit-read-only and restore-buffer-modified-p.
--- a/lisp/cus-dep.el Fri May 25 16:14:21 2007 +0000 +++ b/lisp/cus-dep.el Fri May 25 16:16:17 2007 +0000 @@ -141,7 +141,7 @@ (member where (cdr (assoc version version-alist))) (push where (cdr (assoc version version-alist)))) - (push (cons version (list where)) version-alist))) + (push (list version where) version-alist))) ;; This is a group (insert "(custom-put-if-not '" (symbol-name symbol) " 'custom-version ")