emacs-devel
[Top][All Lists]
Advanced

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

Symbol's function definition is void: function-put


From: Óscar Fuentes
Subject: Symbol's function definition is void: function-put
Date: Sat, 17 May 2014 20:18:51 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

While trying to run the CC Mode test suite I get this backtrace (after
setting debug-on-error to t):


Debugger entered--Lisp error: (void-function function-put)
  function-put(compilation--make-message side-effect-free t)
  
byte-code("\301C\302\303\304\305#\210\302\303\306\307#\210\302\303\310\311#\210\302\303\312\313#\210\314\315\316\313#\210\314\317\316\320#\210\314\321\316\313#\210\314\322\316\313#\210\314\323\316\313#\207"
 [cl-struct-compilation--message-tags cl-struct-compilation--message put 
compilation--message cl-struct-slots ((cl-tag-slot) (loc) (type) (end-loc)) 
cl-struct-type (vector nil) cl-struct-include nil cl-struct-print t 
function-put compilation--make-message side-effect-free compilation--message-p 
error-free compilation--message->end-loc compilation--message->type 
compilation--message->loc] 4)
  require(compile)
  eval-buffer(#<buffer  *load*> nil 
"/home/oscar/dev/emacs/emacs/lisp/progmodes/tests/000tests.el" nil t)  ; 
Reading at buffer position 3423
  
load-with-code-conversion("/home/oscar/dev/emacs/emacs/lisp/progmodes/tests/000tests.el"
 "/home/oscar/dev/emacs/emacs/lisp/progmodes/tests/000tests.el" nil nil)
  load("/home/oscar/dev/emacs/emacs/lisp/progmodes/tests/000tests.el" nil nil t)
  load-file("~/dev/emacs/emacs/lisp/progmodes/tests/000tests.el")
  call-interactively(load-file record nil)
  command-execute(load-file record)
  execute-extended-command(nil "load-file")
  call-interactively(execute-extended-command nil nil)
  command-execute(execute-extended-command)


The steps to reproduce are

$ emacs -Q 
M-x load-file 000tests.el

Since function-put is a recent development, I suspect that the problem
might be introduced by it.




reply via email to

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