Index: emacs/lisp/ps-print.el
diff -c emacs/lisp/ps-print.el:1.157 emacs/lisp/ps-print.el:1.158
*** emacs/lisp/ps-print.el:1.157        Mon Jun  6 15:17:32 2005
--- emacs/lisp/ps-print.el      Wed Jun 22 12:06:50 2005
***************
*** 1549,1557 ****
         (defvar mark-active nil)
         (defun ps-mark-active-p ()
         mark-active)
!        (defalias 'ps-face-foreground-name 'face-foreground)
!        (defalias 'ps-face-background-name 'face-background)
!        ))
  
  
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
--- 1549,1558 ----
         (defvar mark-active nil)
         (defun ps-mark-active-p ()
         mark-active)
!        (defun ps-face-foreground-name (face)
!        (face-foreground face nil t))
!        (defun ps-face-background-name (face)
!        (face-background face nil t))))
  
  
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


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

Reply via email to