emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp diff-mode.el


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp diff-mode.el
Date: Tue, 13 Jan 2009 14:55:58 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/01/13 14:55:58

Modified files:
        lisp           : diff-mode.el 

Log message:
        Fix last change to use bound-and-true-p.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/diff-mode.el?cvsroot=emacs&r1=1.156&r2=1.157

Patches:
Index: diff-mode.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/diff-mode.el,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -b -r1.156 -r1.157
--- diff-mode.el        13 Jan 2009 13:58:25 -0000      1.156
+++ diff-mode.el        13 Jan 2009 14:55:57 -0000      1.157
@@ -184,7 +184,7 @@
      :help "Convert unified diffs to context diffs"]
     ;;["Fixup Headers"         diff-fixup-modifs       (not buffer-read-only)]
     ["Show trailing whitespace" whitespace-mode
-     :style toggle :selected (and (boundp 'whitespace-mode) whitespace-mode)
+     :style toggle :selected (bound-and-true-p whitespace-mode)
      :help "Show trailing whitespace in modified lines"]
     "-----"
     ["Split hunk"              diff-split-hunk




reply via email to

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