- Package:
- windows-el
- Source:
- windows-el
- Submitter:
- Kevin Ryde
- Date:
- 2014-06-30 22:11:13 UTC
- Severity:
- wishlist
Running emacs -q -batch prints Loading /etc/emacs/site-start.d/50windows-el.el (source)... Error while loading 50windows-el: Wrong number of arguments: ... It seems 50windows-el.el calls (debian-pkg-add-load-path-item (concat "/usr/share/" (symbol-name debian-emacs-flavor) "/site-lisp/windows") (require 'windows)) but debian-pkg-add-load-path-item takes just one arg not two. It would also be good if there were autoloads for the entrypoint functions, not a whole (require 'windows).