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

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

Re: Why is mark-active defined in ps-print.el ?


From: Stefan Monnier
Subject: Re: Why is mark-active defined in ps-print.el ?
Date: Fri, 16 Feb 2007 11:11:04 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux)

> I found this in ps-print.el:

> (cond ((featurep 'xemacs)             ; xemacs
>        [...]
>        )
>       (t                              ; emacs 22 or higher
>        (defvar mark-active nil)
>        [...]

> Why does ps-print.el defvar a built-in variable??

Apparently, it is to shut up the XEmacs byte-compiler.  Luckily it seems
that (defvar mark-active) works as well (but in any case the efforts to shut
up the byte-compiler that were put into ps-print.el don't seem worth it:
there's still a whole bunch of warnings).

I've fixed it, along with a few other complaints.


        Stefan




reply via email to

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