emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/frame.el
Date: Sat, 19 Jun 2004 12:09:56 -0400

Index: emacs/lisp/frame.el
diff -c emacs/lisp/frame.el:1.208 emacs/lisp/frame.el:1.209
*** emacs/lisp/frame.el:1.208   Tue Jun  1 23:18:25 2004
--- emacs/lisp/frame.el Sat Jun 19 16:07:11 2004
***************
*** 1191,1199 ****
  (make-variable-buffer-local 'show-trailing-whitespace)
  
  (defcustom show-trailing-whitespace nil
!   "*Non-nil means highlight trailing whitespace in face `trailing-whitespace'.
! 
! Setting this variable makes it local to the current buffer."
    :tag "Highlight trailing whitespace."
    :type 'boolean
    :group 'font-lock)
--- 1191,1198 ----
  (make-variable-buffer-local 'show-trailing-whitespace)
  
  (defcustom show-trailing-whitespace nil
!   "*Non-nil means highlight trailing whitespace.
! This is done in the face `trailing-whitespace'."
    :tag "Highlight trailing whitespace."
    :type 'boolean
    :group 'font-lock)




reply via email to

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