]> git.eshelyaron.com Git - emacs.git/commitdiff
(customize-changed-options): Clean up previous change.
authorRichard M. Stallman <rms@gnu.org>
Thu, 2 Jul 1998 22:29:15 +0000 (22:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 2 Jul 1998 22:29:15 +0000 (22:29 +0000)
lisp/cus-edit.el

index c975fd9525bec8213abe3be0a019cdce88b73c95..0efcb98c024387cb215a2ff71adb85461c33c9cd 100644 (file)
@@ -907,15 +907,15 @@ option."
                             (cons (list symbol 'custom-variable) found))))))
     (if (not found)
        (error "No user options have changed defaults in recent Emacs versions")
-      (put 'custom-versions-load-alist 'custom-loads 
-          ;; Get all the files that correspond to element from the
-          ;; VERSIONS list. This could use some simplification.
-          (let ((flist nil))
-            (while versions
-              (push (copy-sequence 
-                     (cdr (assoc (car versions)  custom-versions-load-alist)))
-                    flist)
-              (setq versions (cdr versions)))
+      (let ((flist nil))
+       (while versions
+         (push (copy-sequence 
+                (cdr (assoc (car versions)  custom-versions-load-alist)))
+               flist)
+         (setq versions (cdr versions)))
+       (put 'custom-versions-load-alist 'custom-loads 
+            ;; Get all the files that correspond to element from the
+            ;; VERSIONS list. This could use some simplification.
             (apply 'nconc flist)))
       ;; Because we set all the files needed to be loaded as a
       ;; `custom-loads' property to `custom-versions-load-alist' this