emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] master 127b312 225/271: Remove rear-nonsticky.


From: Jackson Ray Hamilton
Subject: [elpa] master 127b312 225/271: Remove rear-nonsticky.
Date: Thu, 05 Feb 2015 18:31:27 +0000

branch: master
commit 127b312454378359b5689008307e2213b1b61e8a
Author: Jackson Ray Hamilton <address@hidden>
Commit: Jackson Ray Hamilton <address@hidden>

    Remove rear-nonsticky.
---
 context-coloring.el |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diff --git a/context-coloring.el b/context-coloring.el
index 77189f5..88660e0 100644
--- a/context-coloring.el
+++ b/context-coloring.el
@@ -151,20 +151,13 @@ Determines level at which to cycle through faces again."
 
 ;;; Colorization utilities
 
-(defun context-coloring-uncolorize-buffer ()
-  "Clears all coloring in the current buffer."
-  (remove-text-properties
-   (point-min)
-   (point-max)
-   `(face nil rear-nonsticky nil)))
-
 (defsubst context-coloring-colorize-region (start end level)
   "Colorizes characters from the 1-indexed START (inclusive) to
 END (exclusive) with the face corresponding to LEVEL."
   (add-text-properties
    start
    end
-   `(face ,(context-coloring-level-face level) rear-nonsticky t)))
+   `(face ,(context-coloring-level-face level))))
 
 
 ;;; js2-mode colorization



reply via email to

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