emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/play/blackbox.el


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/play/blackbox.el
Date: Fri, 10 Jun 2005 08:03:06 -0400

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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]