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

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

bug#13265: 24.2.91; REGRESSION? Warning: misplaced interactive spec


From: Leo
Subject: bug#13265: 24.2.91; REGRESSION? Warning: misplaced interactive spec
Date: Mon, 24 Dec 2012 20:59:26 +0800

Try compile a file with the following contents:

;;; ---- FILE BEGINS ----
(eval-when-compile (require 'cl))

(defun test ()
  (interactive)
  (declare (special url-http-end-of-headers)))
;;; ---- FILE ENDS ----

I am getting:

  Warning: misplaced interactive spec: `(interactive)'





reply via email to

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