summaryrefslogtreecommitdiff
path: root/lisp/composite.el
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2009-11-12 06:55:39 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2009-11-12 06:55:39 +0000
commit6d341a2a0941ec4cb3087636759017e9370f0c84 (patch)
tree50367df14ad7d3c859760ebd6d353fec85db56a8 /lisp/composite.el
parent76410c3e214db0d579f299af4916276900550f73 (diff)
downloademacs-6d341a2a0941ec4cb3087636759017e9370f0c84.tar.gz
* textmodes/ispell.el (ispell-skip-region-alist):
* textmodes/css-mode.el (auto-mode-alist): * progmodes/compile.el (auto-mode-alist): * international/mule.el (ctext-non-standard-encodings-alist) (ctext-non-standard-encodings-regexp): * simple.el (shell-command-switch, text-read-only): * replace.el (occur-mode-map): * paths.el (rmail-file-name): * jka-cmpr-hook.el (jka-compr-build-file-regexp): * find-file.el (ff-special-constructs): * files.el (file-name-handler-alist): * composite.el: Purecopy strings.
Diffstat (limited to 'lisp/composite.el')
-rw-r--r--lisp/composite.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/composite.el b/lisp/composite.el
index c9f16e2f518..ce7ea95800b 100644
--- a/lisp/composite.el
+++ b/lisp/composite.el
@@ -655,7 +655,7 @@ All non-spacing characters has this function in
(setq i (1+ i))))
gstring))))))
-(let ((elt '(["\\c.\\c^+" 1 compose-gstring-for-graphic]
+(let ((elt `([,(purecopy "\\c.\\c^+") 1 compose-gstring-for-graphic]
[nil 0 compose-gstring-for-graphic])))
(map-char-table
#'(lambda (key val)