emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/ps-print.el


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/ps-print.el
Date: Wed, 22 Jun 2005 08:06:51 -0400

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))))
  
  
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;




reply via email to

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