emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/printing.el
Date: Fri, 07 Feb 2003 18:10:24 -0500

Index: emacs/lisp/printing.el
diff -c emacs/lisp/printing.el:1.1 emacs/lisp/printing.el:1.2
*** emacs/lisp/printing.el:1.1  Fri Feb  7 16:06:51 2003
--- emacs/lisp/printing.el      Fri Feb  7 18:10:24 2003
***************
*** 2344,2356 ****
         ,@body
         (kill-buffer temp))))
  
! 
  (defun pr-get-symbol (name)
    ;; Recent versions of easy-menu downcase names before interning them.
    (and (fboundp 'easy-menu-name-match)
         (setq name (downcase name)))
    (or (intern-soft name)
        (make-symbol name)))
  
  
  (defsubst pr-visible-p (key)
--- 2344,2357 ----
         ,@body
         (kill-buffer temp))))
  
! (eval-and-compile
  (defun pr-get-symbol (name)
    ;; Recent versions of easy-menu downcase names before interning them.
    (and (fboundp 'easy-menu-name-match)
         (setq name (downcase name)))
    (or (intern-soft name)
        (make-symbol name)))
+ )
  
  
  (defsubst pr-visible-p (key)




reply via email to

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