Show
Ignore:
Timestamp:
09/30/06 09:12:06 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp

    • Property svn:ignore changed from
      *.elc
      MANIFEST
      Makefile
      Makefile.unix
      makefile
      elc.tar.gz
      cus-load.el
      finder-inf.el
      subdirs.el
      loaddefs.el
      to
      *.elc
      MANIFEST
      Makefile
      Makefile.unix
      makefile
      elc.tar.gz
      cus-load.el
      finder-inf.el
      subdirs.el
      loaddefs.el
      pre-mh-loaddefs.el-CMD
  • trunk/lisp/printing.el

    r4037 r4169  
    66;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> 
    77;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> 
    8 ;; Time-stamp: <2006-02-06 15:06:40 ttn
     8;; Time-stamp: <2006/09/15 18:53:14 vinicius
    99;; Keywords: wp, print, PostScript 
    1010;; Version: 6.8.4 
    11 ;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/ 
     11;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre 
    1212 
    1313(defconst pr-version "6.8.4" 
     
    28002800 
    28012801(defalias 'pr-get-symbol 
    2802   (if (fboundp 'easy-menu-intern) 
     2802  (if (fboundp 'easy-menu-intern)      ; hacked from easymenu.el 
    28032803      'easy-menu-intern 
    28042804    (lambda (s) (if (stringp s) (intern s) s))))