aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Aspinall2008-02-17 11:57:54 +0000
committerDavid Aspinall2008-02-17 11:57:54 +0000
commitde87bc619ce0aa53922119a5b8c316dc95d10d97 (patch)
treef9850f3906e134e476847c11fc8ce5fa731653b6 /lib
parent5bf7a90ba700b3c5c42617bbfe7e6e62fac9e8d7 (diff)
Remove left over propertise experiment call; fixes #202
Diffstat (limited to 'lib')
-rw-r--r--lib/unicode-tokens.el12
1 files changed, 4 insertions, 8 deletions
diff --git a/lib/unicode-tokens.el b/lib/unicode-tokens.el
index 704fe77b..09347097 100644
--- a/lib/unicode-tokens.el
+++ b/lib/unicode-tokens.el
@@ -604,12 +604,6 @@ after next character (single character control sequence)."
string)
string)
-
-
-
-
-
-
(defun unicode-tokens-unicode-to-tokens (&optional start end buffer)
"Encode a buffer to save as a tokenised file."
(let ((case-fold-search proof-case-fold-search)
@@ -623,8 +617,10 @@ after next character (single character control sequence)."
unicode-tokens-annotation-translations
'unicode-tokens-make-token-annotation
unicode-tokens-ignored-properties))
- (unicode-tokens-replace-strings-unpropertise)
- ;; was: format-replace-strings unicode-tokens-ustring-alist nil (point-min) (point-max))
+;; alternative experiment: store original tokens inside text properties
+;; (unicode-tokens-replace-strings-unpropertise)
+ (format-replace-strings unicode-tokens-ustring-alist
+ nil (point-min) (point-max))
(set-buffer-modified-p modified)))))