unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#16639: 24.3.50; Invalid-function "convenience"
@ 2014-02-04 12:38 Sebastien Vauban
  2014-02-04 18:02 ` Stefan Monnier
  0 siblings, 1 reply; 2+ messages in thread
From: Sebastien Vauban @ 2014-02-04 12:38 UTC (permalink / raw)
  To: 16639-ubl+/3LiMTaZdePnXv/OxA

Hello,

The current line in csv-mode-pkg.el (see ELPA) is wrong:

(define-package "csv-mode" "1.2" "Major mode for editing comma/char separated values" 'nil :url "http://centaur.maths.qmul.ac.uk/Emacs/" :keywords ("convenience"))

It should be:

(define-package "csv-mode" "1.2" "Major mode for editing comma/char separated values" nil :url "http://centaur.maths.qmul.ac.uk/Emacs/" :keywords '("convenience"))

That is:

- no quote in front of nil
- a quote in front of the list with "convenience"

As it currently is, Emacs generates the error given in subject.

Best regards,
  Seb

-- 
Sebastien Vauban





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-04 18:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-04 12:38 bug#16639: 24.3.50; Invalid-function "convenience" Sebastien Vauban
2014-02-04 18:02 ` Stefan Monnier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).