]> git.eshelyaron.com Git - emacs.git/commit
* src/data.c (Ffset, defalias): Complete last change
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 29 Jan 2022 04:39:31 +0000 (23:39 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 29 Jan 2022 04:39:31 +0000 (23:39 -0500)
commit70fc32f6ddef871dd2ae15a3333974f6d8231d6a
treeccfdc687becd0537964ca1b45bd1f3d34b83ba01
parent7531bf096eb3f1b0b6612e94eb5211405e049fee
* src/data.c (Ffset, defalias): Complete last change

Somehow part of the autoload history handling was left behind in `Ffset`
when the rest was moved to `defalias`.  Finish the job.

* src/data.c (Ffset): Don't set the `autoload` property here...
(defalias): ... set it here instead.
src/data.c