emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/lisp progmodes/cperl-mode.el emulation/tp...


From: Dan Nicolaescu
Subject: [Emacs-commit] emacs/lisp progmodes/cperl-mode.el emulation/tp...
Date: Mon, 29 Oct 2007 15:33:07 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   07/10/29 15:33:06

Modified files:
        lisp/progmodes : cperl-mode.el 
        lisp/emulation : tpu-mapper.el 
        lisp/calc      : calc.el calc-ext.el 
        lisp           : ps-print.el ielm.el ChangeLog 

Log message:
        * calc/calc.el (calc-emacs-type-lucid): Remove.
        (calc-digit-map, calcDigit-start, calc-read-key)
        (calc-clear-unread-commands):
        * calc/calc-ext.el (calc-user-key-map): Replace uses of
        calc-emacs-type-lucid with (featurep 'xemacs)
        
        * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
        (featurep 'xemacs).
        (tpu-lucid-emacs19-p): Remove.
        (tpu-map-key): Make it a function instead of using fset.  Inline
        tpu-emacs-map-key and tpu-lucid-map-key.  Use featurep 'xemacs.
        (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
        
        * ielm.el: Use featurep 'xemacs.
        
        * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
        (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
        (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
        (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
        cperl-xemacs-p with (featurep 'xemacs).
        (font-lock-cache-position): Pacify byte compiler.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/progmodes/cperl-mode.el?cvsroot=emacs&r1=1.97&r2=1.98
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/emulation/tpu-mapper.el?cvsroot=emacs&r1=1.22&r2=1.23
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/calc/calc.el?cvsroot=emacs&r1=1.92&r2=1.93
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/calc/calc-ext.el?cvsroot=emacs&r1=1.60&r2=1.61
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ps-print.el?cvsroot=emacs&r1=1.197&r2=1.198
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ielm.el?cvsroot=emacs&r1=1.56&r2=1.57
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.12089&r2=1.12090




reply via email to

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