I can use my style file under 23.1, 23.4, but after I upgraded Emacs to 24.1, I cannot use the old style files. For example, one of my style files is color-theme-arjen.el . Link here:
https://github.com/credmp/color-theme-arjen/blob/master/color-theme-arjen.el
In my elisp file, I use the following code to load a color theme:
(load-file "~ / emacs / site- lisp / color-theme / master_color-theme-arjen.el") (Color-theme-Arjen)I don’t know why the color theme works under Emacs 23.1 and 23.4, but just doesn’t work under Emacs 24.1.
While Emacs is loading the file, Emacs gives the following error:
Character function definition invalid: plist-to-alistIf I uncomment the code above and do not upload the style file, the error will be missed.
Does anyone know why this happened? Or how can I debug it?
source
share