comparison lisp/comint.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 3d8945f5688d
children db4fe1337534
comparison
equal deleted inserted replaced
105956:31f80330b77b 105957:25e1d7e37015
2667 Note that this applies to `comint-dynamic-complete-filename' only." 2667 Note that this applies to `comint-dynamic-complete-filename' only."
2668 :type '(repeat (string :tag "Suffix")) 2668 :type '(repeat (string :tag "Suffix"))
2669 :group 'comint-completion) 2669 :group 'comint-completion)
2670 2670
2671 ;;;###autoload 2671 ;;;###autoload
2672 (defvar comint-file-name-prefix "" 2672 (defvar comint-file-name-prefix (purecopy "")
2673 "Prefix prepended to absolute file names taken from process input. 2673 "Prefix prepended to absolute file names taken from process input.
2674 This is used by Comint's and shell's completion functions, and by shell's 2674 This is used by Comint's and shell's completion functions, and by shell's
2675 directory tracking functions.") 2675 directory tracking functions.")
2676 2676
2677 (defvar comint-file-name-chars 2677 (defvar comint-file-name-chars