emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/disp-table.el
Date: Tue, 04 Feb 2003 06:07:40 -0500

Index: emacs/lisp/disp-table.el
diff -c emacs/lisp/disp-table.el:1.48 emacs/lisp/disp-table.el:1.49
*** emacs/lisp/disp-table.el:1.48       Sun Dec  2 02:51:49 2001
--- emacs/lisp/disp-table.el    Tue Feb  4 06:07:39 2003
***************
*** 159,165 ****
  (defun standard-display-underline (c uc)
    "Display character C as character UC plus underlining."
    (aset standard-display-table c
!       (vector 
         (if window-system
             (logior uc (lsh (face-id 'underline) 19))
           (create-glyph (concat "\e[4m" (char-to-string uc) "\e[m"))))))
--- 159,165 ----
  (defun standard-display-underline (c uc)
    "Display character C as character UC plus underlining."
    (aset standard-display-table c
!       (vector
         (if window-system
             (logior uc (lsh (face-id 'underline) 19))
           (create-glyph (concat "\e[4m" (char-to-string uc) "\e[m"))))))




reply via email to

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