summaryrefslogtreecommitdiff
path: root/lisp/paths.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/paths.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/paths.el')
-rw-r--r--lisp/paths.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/paths.el b/lisp/paths.el
index 7af0136a478..ac072ac7b01 100644
--- a/lisp/paths.el
+++ b/lisp/paths.el
@@ -132,7 +132,7 @@ should be set to `(system-name)'.")
*The name of your organization, as a string.
The `ORGANIZATION' environment variable is used instead if defined.")
-(defcustom rmail-file-name "~/RMAIL" "\
+(defcustom rmail-file-name (purecopy "~/RMAIL") "\
Name of user's primary mail file."
:type 'string
:group 'rmail