Guest User

Untitled

a guest
Feb 20th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. ;; 長門ビューワ
  2. (defun show-nagato ()
  3. "show 長門"
  4. (interactive)
  5. (and (y-or-n-p "(nagato)")
  6. (switch-to-buffer "*長門*")
  7. (insert-image
  8. (create-image "ngatao.jpg"))
  9. (read-from-minibuffer "hit enter key: ")
  10. (kill-buffer "*長門*")))
Add Comment
Please, Sign In to add comment