diff lisp/progmodes/compile.el @ 105957:25e1d7e37015

* widget.el (define-widget): Purecopy the docstring. * international/mule-cmds.el (charset): Do not purecopy the docstring here, define-widget does it. * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote): * textmodes/bibtex-style.el (auto-mode-alist): * progmodes/inf-lisp.el (inferior-lisp-prompt): * progmodes/compile.el (compile-command): * language/korea-util.el (default-korean-keyboard): * international/mule-conf.el (file-coding-system-alist): * emacs-lisp/eldoc.el (eldoc-minor-mode-string): * tooltip.el (tooltip-frame-parameters): * newcomment.el (comment-end, comment-padding): * dired.el (dired-trivial-filenames): * comint.el (comint-file-name-prefix): Purecopy initial values.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 11 Nov 2009 19:24:20 +0000
parents d1351c2f9b08
children 3f64b8380468
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Wed Nov 11 19:13:50 2009 +0000
+++ b/lisp/progmodes/compile.el	Wed Nov 11 19:24:20 2009 +0000
@@ -588,7 +588,7 @@
   :group 'compilation)
 
 ;;;###autoload
-(defcustom compile-command "make -k "
+(defcustom compile-command (purecopy "make -k ")
   "Last shell command used to do a compilation; default for next compilation.
 
 Sometimes it is useful for files to supply local values for this variable.