]> code.delx.au - gnu-emacs-elpa/commitdiff
*** no comment ***
authorJohn Wiegley <johnw@newartisans.com>
Sun, 14 Apr 2002 22:04:34 +0000 (22:04 +0000)
committerJohn Wiegley <johnw@newartisans.com>
Sun, 14 Apr 2002 22:04:34 +0000 (22:04 +0000)
chess-pgn.el

index 10e71e0b62288ac97869b85e73e98e9ddd76e03e..63fe9fc3153c2c53d0d2992b88c65bb17dba9c8d 100644 (file)
@@ -202,8 +202,10 @@ If INDENTED is non-nil, indent the move texts."
   '(unless (fboundp 'mm-display-pgn-inline)
      (defun mm-display-pgn-inline (handle)
        (mm-display-inline-fontify handle 'chess-pgn-mode))
-     (push ("application/x-chess-pgn" mm-display-pgn-inline identity)
-          mm-inline-media-tests)))
+     (push '("application/x-chess-pgn" mm-display-pgn-inline identity)
+          mm-inline-media-tests)
+     (push "application/x-chess-pgn" mm-inlined-types)
+     (push "application/x-chess-pgn" mm-automatic-display)))
 
 (defun chess-pgn-move ()
   "Make a move from a PGN buffer."