(defun fixed-pitch-mode (&optional arg) (interactive (list (or current-prefix-arg 'toggle))) (buffer-face-mode-invoke 'fixed-pitch (or arg t) nil))