On Sun, Jul 06 2014, Peter S Galbraith wrote: > Unfortunately, I can't reproduce this bug:
>>From your log:
>
>> maplev.el:127:1:Error: Symbol's function definition is void: function-put
> it's hitting an error with emacs24 at line 127 of maplev.el:
> (require 'abbrevlist)
> When I eval this, I get the message:
> Package abbrevlist is obsolete!
> But the file has no mention of "function-put". I don't see where this is
> happening...
In
emacs-lisp/byte-run.el
--8<---------------cut here---------------start------------->8---
(defalias 'function-put
;; We don't want people to just use `put' because we can't conveniently
;; hook into `put' to remap old properties to new ones. But for now, there's
;; no such remapping, so we just call `put'.
#'(lambda (f prop value) (put f prop value))
"Set function F's property PROP to VALUE.
The namespace for PROP is shared with symbols.
So far, F can only be a symbol, not a lambda expression.")
--8<---------------cut here---------------end--------------->8---
This is my copy of emacs (from the git checkout), which I
install as /usr/local/bin/emacs.
Since this is not in the released emacs, this is my problem --
please feel free to close this bug. I do wonder why it picks up
/usr/local/bin/emacs as opposed to /usr/bin/emacs during the install.
manoj
--
Two sure ways to tell a REALLY sexy man; the first is, he has a bad
memory. I forget the second.
Manoj Srivastava <[email protected]> <http://www.debian.org/~srivasta/>
4096R/C5779A1C E37E 5EC5 2A01 DA25 AD20 05B6 CF48 9438 C577 9A1C
signature.asc
Description: PGP signature

