[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r102317: * lisp/textmodes/texnfo-upd.
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r102317: * lisp/textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo. |
Date: |
Tue, 09 Nov 2010 23:59:00 -0800 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 102317
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2010-11-09 23:59:00 -0800
message:
* lisp/textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
modified:
lisp/ChangeLog
lisp/textmodes/texnfo-upd.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2010-11-10 05:24:48 +0000
+++ b/lisp/ChangeLog 2010-11-10 07:59:00 +0000
@@ -8,6 +8,8 @@
* emulation/tpu-extras.el (tpu-with-position): New macro.
(tpu-paragraph, tpu-page, tpu-search-internal): Use it.
+ * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
+
* textmodes/texnfo-upd.el (texinfo-all-menus-update)
(texinfo-menu-copy-old-description, texinfo-start-menu-description)
(texinfo-master-menu, texinfo-insert-node-lines)
=== modified file 'lisp/textmodes/texnfo-upd.el'
--- a/lisp/textmodes/texnfo-upd.el 2010-11-10 04:35:18 +0000
+++ b/lisp/textmodes/texnfo-upd.el 2010-11-10 07:59:00 +0000
@@ -1439,8 +1439,7 @@
(end-of-line) ; this handles prev node top case
(re-search-backward ; when point is already
"address@hidden" ; at the beginning of @node line
- ;; FIXME this can't be right. Missing the point?
- (save-excursion (forward-line -3))
+ (line-beginning-position -2)
t)
(setq name (texinfo-copy-node-name)))
((eq kind 'no-pointer)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r102317: * lisp/textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.,
Glenn Morris <=