Index: emacs/lisp/emacs-lisp/edebug.el
diff -c emacs/lisp/emacs-lisp/edebug.el:3.76 
emacs/lisp/emacs-lisp/edebug.el:3.77
*** emacs/lisp/emacs-lisp/edebug.el:3.76        Tue Jun 21 15:59:51 2005
--- emacs/lisp/emacs-lisp/edebug.el     Mon Jul  4 01:06:17 2005
***************
*** 519,525 ****
                                (put ',(nth 1 form) 'saved-face
                                     ',(get (nth 1 form) 'saved-face))
                                (put ',(nth 1 form) 'customized-face
!                                    ',(nth 2 form)))
                        (put (nth 1 form) 'saved-face nil)))))
      (setq edebug-result (eval form))
      (if (not edebugging)
--- 519,525 ----
                                (put ',(nth 1 form) 'saved-face
                                     ',(get (nth 1 form) 'saved-face))
                                (put ',(nth 1 form) 'customized-face
!                                    ,(nth 2 form)))
                        (put (nth 1 form) 'saved-face nil)))))
      (setq edebug-result (eval form))
      (if (not edebugging)


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to