Closed norris-young closed 9 months ago
While opening remote files without tramp, these buffers' (buffer-file-name) are nil. So we exchange the order of conditions check to avoid nil buffer name for remote files without tramp.
(buffer-file-name)
nil
While opening remote files without tramp, these buffers'
(buffer-file-name)
arenil
. So we exchange the order of conditions check to avoid nil buffer name for remote files without tramp.