]> code.delx.au - gnu-emacs/blobdiff - lisp/disp-table.el
*** empty log message ***
[gnu-emacs] / lisp / disp-table.el
index 6a8fe08ca2020464684e5f5a4a0e18d00a9b9d46..174b5d2721165959e6af1d6454e4f2254927907a 100644 (file)
@@ -159,7 +159,7 @@ X frame."
 (defun standard-display-underline (c uc)
   "Display character C as character UC plus underlining."
   (aset standard-display-table c
-       (vector 
+       (vector
         (if window-system
             (logior uc (lsh (face-id 'underline) 19))
           (create-glyph (concat "\e[4m" (char-to-string uc) "\e[m"))))))