/[emacs]/emacs/lisp/whitespace.el
ViewVC logotype

Diff of /emacs/lisp/whitespace.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.33 by rms, Mon Apr 11 18:38:56 2005 UTC revision 1.34 by rv, Mon Apr 11 23:25:46 2005 UTC
# Line 86  Line 86 
86    
87  ;;; Code:  ;;; Code:
88    
89  (defvar whitespace-version "3.4" "Version of the whitespace library.")  (defvar whitespace-version "3.5" "Version of the whitespace library.")
90    
91  (defvar whitespace-all-buffer-files nil  (defvar whitespace-all-buffer-files nil
92    "An associated list of buffers and files checked for whitespace cleanliness.    "An associated list of buffers and files checked for whitespace cleanliness.
# Line 597  whitespace problems." Line 597  whitespace problems."
597        (setq pmin (point))        (setq pmin (point))
598        (end-of-line)        (end-of-line)
599        (setq pmax (point))        (setq pmax (point))
600        (if (equal pmin pmax)        (if (not (equal pmin pmax))
601            (progn            (progn
602              (whitespace-highlight-the-space pmin pmax)              (whitespace-highlight-the-space pmin pmax)
603              t)              t)
# Line 635  whitespace problems." Line 635  whitespace problems."
635              (setq pmin (point))              (setq pmin (point))
636              (end-of-line)              (end-of-line)
637              (setq pmax (point))              (setq pmax (point))
638              (if (equal pmin pmax)              (if (not (equal pmin pmax))
639                  (progn                  (progn
640                    (whitespace-highlight-the-space pmin pmax)                    (whitespace-highlight-the-space pmin pmax)
641                    t)                    t)

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26