I am following the directions laid out in this answer to edit my sshd_config
file.
However when I try to save I get:
byte-code: Wrong type argument: listp, 126
Does anybody know why this would be and how I could fix it? (this prevents me from saving my file)
EDIT
Thanks to the comments I was able to narrow down the issue to the following lines in my init file:
(setq tramp-default-method "ssh")
(setq tramp-auto-save-directory auto-save-location)
(setq tramp-backup-directory-alist auto-save-location)
Commenting them out fixed my issue