Index: emacs/lisp/play/blackbox.el
diff -c emacs/lisp/play/blackbox.el:1.17 emacs/lisp/play/blackbox.el:1.18
*** emacs/lisp/play/blackbox.el:1.17    Thu May 12 00:45:41 2005
--- emacs/lisp/play/blackbox.el Fri Jun 10 12:03:06 2005
***************
*** 117,130 ****
  \\<blackbox-mode-map>\\[bb-bol] and \\[bb-eol] move to the beginning and end 
of line, respectively.
  
  \\[bb-romp] -- send in a ray from point, or toggle a ball at point
! \\[bb-done] -- end game and get score
! "
    (interactive)
    (kill-all-local-variables)
    (use-local-map blackbox-mode-map)
    (setq truncate-lines t)
    (setq major-mode 'blackbox-mode)
!   (setq mode-name "Blackbox"))
  
  ;;;###autoload
  (defun blackbox (num)
--- 117,130 ----
  \\<blackbox-mode-map>\\[bb-bol] and \\[bb-eol] move to the beginning and end 
of line, respectively.
  
  \\[bb-romp] -- send in a ray from point, or toggle a ball at point
! \\[bb-done] -- end game and get score"
    (interactive)
    (kill-all-local-variables)
    (use-local-map blackbox-mode-map)
    (setq truncate-lines t)
    (setq major-mode 'blackbox-mode)
!   (setq mode-name "Blackbox")
!   (run-mode-hooks 'blackbox-mode-hook))
  
  ;;;###autoload
  (defun blackbox (num)


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to