emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/cus-face.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/cus-face.el
Date: Tue, 04 Jan 2005 20:37:47 -0500

Index: emacs/lisp/cus-face.el
diff -c emacs/lisp/cus-face.el:1.35 emacs/lisp/cus-face.el:1.36
*** emacs/lisp/cus-face.el:1.35 Sat Jan  1 14:18:22 2005
--- emacs/lisp/cus-face.el      Wed Jan  5 01:10:01 2005
***************
*** 50,55 ****
--- 50,56 ----
            (make-face-x-resource-internal face))))
      ;; Don't record SPEC until we see it causes no errors.
      (put face 'face-defface-spec spec)
+     (push (cons 'defface face) current-load-list)
      (when (and doc (null (face-documentation face)))
        (set-face-documentation face (purecopy doc)))
      (custom-handle-all-keywords face args 'custom-face)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]