[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/frame.el [lexbind]
From: |
Miles Bader |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/frame.el [lexbind] |
Date: |
Tue, 06 Jul 2004 07:03:58 -0400 |
Index: emacs/lisp/frame.el
diff -c emacs/lisp/frame.el:1.194.2.5 emacs/lisp/frame.el:1.194.2.6
*** emacs/lisp/frame.el:1.194.2.5 Tue Jul 6 09:39:53 2004
--- emacs/lisp/frame.el Tue Jul 6 10:17:16 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)