/[emacs]/emacs/lisp/play/decipher.el
ViewVC logotype

Diff of /emacs/lisp/play/decipher.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21 by ttn, Thu May 12 00:45:41 2005 UTC revision 1.22 by lute, Thu May 26 15:26:09 2005 UTC
# Line 314  The most useful commands are: Line 314  The most useful commands are:
314              (lambda () (setq buffer-read-only nil              (lambda () (setq buffer-read-only nil
315                               buffer-undo-list nil))                               buffer-undo-list nil))
316              nil t)              nil t)
317    (run-hooks 'decipher-mode-hook)    (run-mode-hooks 'decipher-mode-hook)
318    (setq buffer-read-only t))    (setq buffer-read-only t))
319  (put 'decipher-mode 'mode-class 'special)  (put 'decipher-mode 'mode-class 'special)
320    
# Line 998  Creates the statistics buffer if it does Line 998  Creates the statistics buffer if it does
998          major-mode       'decipher-stats-mode          major-mode       'decipher-stats-mode
999          mode-name        "Decipher-Stats")          mode-name        "Decipher-Stats")
1000    (use-local-map decipher-stats-mode-map)    (use-local-map decipher-stats-mode-map)
1001    (run-hooks 'decipher-stats-mode-hook))    (run-mode-hooks 'decipher-stats-mode-hook))
1002  (put 'decipher-stats-mode 'mode-class 'special)  (put 'decipher-stats-mode 'mode-class 'special)
1003    
1004  ;;--------------------------------------------------------------------  ;;--------------------------------------------------------------------

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26