aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorRoi Martin2025-12-12 15:33:39 +0100
committerPhilip Kaludercic2025-12-12 21:45:49 +0100
commit976143651b832ca0dcaf1d15e41eb7424aec4c90 (patch)
tree8ce732a09818751d74d38e88179893b7a644e25b /lib
parentaa5a9df828008a69b3f5890a689282911714a06c (diff)
downloademacs-976143651b832ca0dcaf1d15e41eb7424aec4c90.tar.gz
emacs-976143651b832ca0dcaf1d15e41eb7424aec4c90.zip
Fix interactive call to 'prepare-user-lisp'
When called interactively with a prefix argument, 'prepare-user-lisp' throws a "Wrong type argument: stringp, (4)" error. This happens because the list passed to the interactive specification is missing one argument and 'current-prefix-arg' is assigned to AUTOLOAD-FILE instead of FORCE. * lisp/startup.el (prepare-user-lisp): Fix list passed to 'interactive'. (Bug#79996)
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions