+2004-07-20 TAKAHASHI Kaoru <kaoru@kaisei.org>
+
+ * ptexinfmt.el: Support @s.
+
2004-05-22 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
* bbdb-wl.el (bbdb-wl-get-addresses-1): Use set-buffer-multibyte
;; Modified by Yamaoka not to use APEL functions.
+;; Unimplemented command:
+;; @float, @caption, @shortcaption, @listoffloats
+;; @deftypecv[x]
+;; @headitem
+;; @comma{}
+;; @quotation (optional arguments)
+;; @acronym (optional argument)
+;; @dofirstparagraphindent
+;; @indent
+;; @verbatiminclude
+;; @\
+;; @definfoenclose
+;; @deftypeivar
+;; @deftypeop
+
;;; Code:
(require 'backquote)
(put 'page 'texinfo-format 'texinfo-discard-line)
(put 'hyphenation 'texinfo-format 'texinfo-discard-command-and-arg)
+;; @s{} (makeinfo 4.8 or later)
+(put 's 'texinfo-format 'texinfo-format-noop)
+
;; @tie{} (makeinfo 4.3 or later)
(put 'tie 'texinfo-format 'texinfo-format-tie)
(ptexinfmt-defun-if-void texinfo-format-tie ()