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

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

bug#16639: 24.3.50; Invalid-function "convenience"


From: Sebastien Vauban
Subject: bug#16639: 24.3.50; Invalid-function "convenience"
Date: Tue, 04 Feb 2014 13:38:52 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt)

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





reply via email to

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