comparison lisp/gnus/mm-view.el @ 38413:a26d9b55abb6

Some fixes to follow coding conventions in files from Gnus.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 15 Jul 2001 17:42:53 +0000
parents 71ce9ad48432
children b6a0070476c7
comparison
equal deleted inserted replaced
38412:253f761ad37b 38413:a26d9b55abb6
1 ;;; mm-view.el --- Functions for viewing MIME objects 1 ;;; mm-view.el --- functions for viewing MIME objects
2 ;; Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. 2 ;; Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
3 3
4 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> 4 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
5 ;; This file is part of GNU Emacs. 5 ;; This file is part of GNU Emacs.
6 6
279 (defun mm-display-elisp-inline (handle) 279 (defun mm-display-elisp-inline (handle)
280 (mm-display-inline-fontify handle 'emacs-lisp-mode)) 280 (mm-display-inline-fontify handle 'emacs-lisp-mode))
281 281
282 (provide 'mm-view) 282 (provide 'mm-view)
283 283
284 ;; mm-view.el ends here 284 ;;; mm-view.el ends here