Skip to content

Commit

Permalink
* nethack-nhlaunch.el (nethack-connect-to-server): make autoload
Browse files Browse the repository at this point in the history
* nethack.el (nethack): make autoload
  • Loading branch information
sabetts committed Nov 19, 2004
1 parent 35fd3e6 commit c700350
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2004-11-19 Shawn Betts <katia_dilkina@verizon.net>

* nethack-nhlaunch.el (nethack-connect-to-server): make autoload

* nethack.el (nethack): make autoload

2004-11-19 Shawn Betts <sabetts@vcn.bc.ca>

* nethack.el (nethack-add-menu-hook): new hook
Expand Down
1 change: 1 addition & 0 deletions nethack-nhlaunch.el
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
((string-equal str (format "Unknown user %s.\n" nh-network-user))
(process-send-string proc (format "new %s %s\n" nh-network-user nh-network-password)))))

;;;###autoload
(defun nethack-connect-to-server (server port user passwd)
(interactive "sServer: \nsPort: \nsUser: \nsPasswd: ")
(if (nethack-is-running)
Expand Down
1 change: 1 addition & 0 deletions nethack.el
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ attribute, the new value and the old value."
"When the process ends kill the process buffer if this is t.")
(defvar nh-log-buffer "*nh-log*")

;;;###autoload
(defun nethack ()
"Start a game of Nethack.
Expand Down

0 comments on commit c700350

Please sign in to comment.