X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=utils%2Fptexinfmt.el;h=e98956e876408e29430abd3d38749be08a7d14df;hb=15c368191cec832304e3ce98006818aecd0a9fd9;hp=a577d38acd710e0d4169c7c04524bbe00fd820be;hpb=aa28a12b7320cf2e7d4ae44017dd854eb6375fa5;p=elisp%2Fwanderlust.git diff --git a/utils/ptexinfmt.el b/utils/ptexinfmt.el index a577d38..e98956e 100644 --- a/utils/ptexinfmt.el +++ b/utils/ptexinfmt.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, ;; 1994, 1995, 1996, 1997 Free Software Foundation, Inc. ;; Copyright (C) 1999 Yoshiki Hayashi -;; Copyright (C) 2000 TAKAHASHI Kaoru +;; Copyright (C) 2000, 2001 TAKAHASHI Kaoru ;; Author: TAKAHASHI Kaoru ;; Yoshiki Hayashi @@ -38,8 +38,6 @@ (require 'poe) (require 'broken) -(provide 'ptexinfmt) - ;;; Broken (defvar ptexinfmt-disable-broken-notice-flag t "If non-nil disable notice, when call `broken-facility'. @@ -487,7 +485,8 @@ otherwise, insert URL-TITLE followed by URL in parentheses." ;; @image{FILENAME, [WIDTH], [HEIGHT]} (put 'image 'texinfo-format 'texinfo-format-image) (defun-maybe texinfo-format-image () - (let ((args (texinfo-format-parse-args)) ; parse FILENAME? + ;; I don't know makeinfo parse FILENAME. + (let ((args (texinfo-format-parse-args)) filename) (when (null (nth 0 args)) (error "Invalid image command")) @@ -758,4 +757,6 @@ This command is executed when texinfmt sees @item inside @multitable." (texinfo-sort-region opoint (point)) (shell-command-on-region opoint (point) "sort -fd" 1)))) +(provide 'ptexinfmt) + ;;; ptexinfmt.el ends here