emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Warnings during compilation


From: Richard M. Stallman
Subject: Re: Warnings during compilation
Date: Tue, 15 Nov 2005 18:22:09 -0500

Does this change give good results?

*** printing.el 24 Sep 2005 22:42:49 -0400      1.34
--- printing.el 15 Nov 2005 15:59:42 -0500      
***************
*** 1042,1050 ****
  ;; To avoid compilation gripes
  
  
! (or (fboundp 'easy-menu-intern)               ; hacked from easymenu.el
!     (defsubst easy-menu-intern (s)
!       (if (stringp s) (intern s) s)))
  
  
  
--- 1042,1051 ----
  ;; To avoid compilation gripes
  
  
! (eval-and-compile
!   (or (fboundp 'easy-menu-intern)     ; hacked from easymenu.el
!       (defsubst easy-menu-intern (s)
!       (if (stringp s) (intern s) s))))
  
  
  
***************
*** 2803,2810 ****
    (and pr-print-using-ghostscript (not pr-spool-p)))
  
  
! (defun pr-get-symbol (name)
!   (easy-menu-intern name))
  
  (cond
   ((featurep 'xemacs)                  ; XEmacs
--- 2804,2810 ----
    (and pr-print-using-ghostscript (not pr-spool-p)))
  
  
! (defalias 'pr-get-symbol 'easy-menu-intern)
  
  (cond
   ((featurep 'xemacs)                  ; XEmacs




reply via email to

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