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

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

[ELPA-diffs] ELPA branch, master, updated. e057b1271ef4bd98488cfbfe40d8b


From: Stefan Monnier
Subject: [ELPA-diffs] ELPA branch, master, updated. e057b1271ef4bd98488cfbfe40d8bdd35dce031b
Date: Wed, 21 Aug 2013 20:32:50 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "ELPA".

The branch, master has been updated
       via  e057b1271ef4bd98488cfbfe40d8bdd35dce031b (commit)
      from  9e2de34d6c42dc54148303b334dea23e630be2ba (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e057b1271ef4bd98488cfbfe40d8bdd35dce031b
Author: Stefan Monnier <address@hidden>
Date:   Wed Aug 21 16:32:43 2013 -0400

    * packages/markchars/markchars.el (markchars--render-confusables): Don't
    quote lambda.

diff --git a/packages/markchars/markchars.el b/packages/markchars/markchars.el
index cfaa6f7..2f0e7b7 100644
--- a/packages/markchars/markchars.el
+++ b/packages/markchars/markchars.el
@@ -156,8 +156,8 @@ By default it matches nonascii-chars."
   "Assign markchars confusable properties between BEG and END."
   (let* ((text (buffer-substring-no-properties beg end))
          (scripts (mapcar
-                  '(lambda (c) (aref char-script-table c))
-                  (string-to-list text)))
+                   (lambda (c) (aref char-script-table c))
+                   (string-to-list text)))
          ;; `scripts-extra' is not nil is there was more than one script
          (scripts-extra (delq (car scripts) scripts)))
     (when scripts-extra

-----------------------------------------------------------------------

Summary of changes:
 packages/markchars/markchars.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
ELPA



reply via email to

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