projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce0ead0
)
* utils/ptexinfmt.el (texinfo-format-uref): Fixed.
author
kaoru
<kaoru>
Fri, 28 Jul 2000 21:01:58 +0000
(21:01 +0000)
committer
kaoru
<kaoru>
Fri, 28 Jul 2000 21:01:58 +0000
(21:01 +0000)
ChangeLog
patch
|
blob
|
history
utils/ptexinfmt.el
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
db141ae
..
4e9da3f
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-2,6
+2,8
@@
* utils/ptexinfmt.el: Disable broken check notice.
+ * utils/ptexinfmt.el (texinfo-format-uref): Fixed.
+
2000-07-20 TAKAHASHI Kaoru <kaoru@kaisei.org>
* utils/ptexinfmt.el: Support @multitable.
diff --git
a/utils/ptexinfmt.el
b/utils/ptexinfmt.el
index
6811eb9
..
84372a9
100644
(file)
--- a/
utils/ptexinfmt.el
+++ b/
utils/ptexinfmt.el
@@
-418,8
+418,7
@@
otherwise, insert URL-TITLE followed by URL in parentheses."
;; if url-title
(if (nth 1 args)
(insert (nth 1 args) " (" (nth 0 args) ")")
- (insert "`" (nth 0 args) "'"))
- (goto-char texinfo-command-start)))
+ (insert "`" (nth 0 args) "'"))))
\f