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

wl-demo should not define make-extent



Hi. There is a particular line in wl-demo.el which says:
(eval-when-compile
…
  (defalias-maybe 'make-extent 'ignore)
…
)

  This should not be made, as stated in http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6748#10
  It confuses packages like ansi.el and things stop working. For me, it made eshell's "ls --color" crash (see that bug report).

  Thanks,
Daniel