Bug in vm-mime.el
Asked by
Jeff K
In the following function in the last line, 'nil t' cannot be arguments to 'concat'
This is a residue from an earlier version when there was no concat.
Solution is to delete 'nil t'
(defun vm-mime-
(shell-
start (1- end)
;; (concat vm-lynx-program " -force_html /dev/stdin" )
(concat vm-lynx-program " -force_html -dump -pseudo_inlines -stdin"
nil t)))
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- VM Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Jeff K
- Solved:
- Last query:
- Last reply:
To post a message you must log in.