Cleaning up.
authorTim Vaughan <tgvaughan@gmail.com>
Fri, 12 Apr 2019 11:36:46 +0000 (13:36 +0200)
committerTim Vaughan <tgvaughan@gmail.com>
Fri, 12 Apr 2019 11:36:46 +0000 (13:36 +0200)
elopher.el

index b28120b..e33d821 100644 (file)
 
 (delete-process "elopher-process")
   
-  ;; (address (read-from-minibuffer "Address of gopher server: ")))
-  ;; (message "Connecting to '%s' ..." address)
-  ;; (erase-buffer)
-  ;; (insert (propertize "Hello, world." 'face '(foreground-color . "red")))
-  ;; (newline)
-  ;; (insert (propertize "Hello, Tim." 'face '(foreground-color . "yellow"))))
-
 (defun elopher-quit ()
   (interactive)
   (kill-buffer "*elopher*"))
 
-(start-process "ls" "*elopher*" "/bin/date")
-
 ;;; elopher.el ends here
-
-(list-processes)