emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/info.el


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el
Date: Tue, 01 Nov 2005 05:03:01 -0500

Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.456 emacs/lisp/info.el:1.457
*** emacs/lisp/info.el:1.456    Tue Nov  1 09:55:09 2005
--- emacs/lisp/info.el  Tue Nov  1 10:03:01 2005
***************
*** 3722,3729 ****
                      ;; underline has the same size as the text.  A typical
                      ;; counter example is when a continuation "..." is alone
                      ;; on a line.
!                     (= (- (match-end 1) (match-beginning 1))
!                        (- (match-end 2) (match-beginning 2))))
            (let* ((c (preceding-char))
                   (face
                    (cond ((= c ?*) 'info-title-1)
--- 3722,3729 ----
                      ;; underline has the same size as the text.  A typical
                      ;; counter example is when a continuation "..." is alone
                      ;; on a line.
!                     (= (string-width (match-string 1))
!                        (string-width (match-string 2))))
            (let* ((c (preceding-char))
                   (face
                    (cond ((= c ?*) 'info-title-1)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]