emacs-devel
[Top][All Lists]
Advanced

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

Re: Emphasize the character to be typed next in *Completions*


From: Stefan Monnier
Subject: Re: Emphasize the character to be typed next in *Completions*
Date: 23 Mar 2004 10:07:03 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>> +            (case completion-emphasis-region
> Isn't `case' a CL-ism ?  It shouldn't be used in simple.el ...

Why not?  It's a macro, so just add

   (eval-when-compile (require 'cl))


        Stefan




reply via email to

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