]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-face-save): Save the face.
authorKarl Heuer <kwzh@gnu.org>
Sat, 15 Nov 1997 20:56:41 +0000 (20:56 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 15 Nov 1997 20:56:41 +0000 (20:56 +0000)
lisp/cus-edit.el

index 3ded4281e94e1529ae6957a83f748906056b6577..d1d8ad3d045ca9820e2d5a752e2e89a1e028aa7a 100644 (file)
@@ -2409,6 +2409,7 @@ Optional EVENT is the location for the menu."
     (face-spec-set symbol value)
     (put symbol 'saved-face value)
     (put symbol 'customized-face nil)
+    (custom-save-all)
     (custom-face-state-set widget)
     (custom-redraw-magic widget)))