comparison lisp/progmodes/compile.el @ 90399:a5812696f7bf unicode-pre-font-backend

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 274-284) - Update from CVS - Update etc/MORE.STUFF. - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 101) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-62
author Miles Bader <miles@gnu.org>
date Wed, 17 May 2006 07:46:49 +0000
parents 65ca8fb66a0d 63b772bfba93
children a8190f7e546e
comparison
equal deleted inserted replaced
90398:1f8d5cd37cf0 90399:a5812696f7bf
451 (set (make-local-variable 'compile-command) 451 (set (make-local-variable 'compile-command)
452 (concat \"make -k \" 452 (concat \"make -k \"
453 (file-name-sans-extension buffer-file-name))))))" 453 (file-name-sans-extension buffer-file-name))))))"
454 :type 'string 454 :type 'string
455 :group 'compilation) 455 :group 'compilation)
456 ;;;###autoload(put 'compile-command 'safe-local-variable 'stringp)
456 457
457 ;;;###autoload 458 ;;;###autoload
458 (defcustom compilation-disable-input nil 459 (defcustom compilation-disable-input nil
459 "*If non-nil, send end-of-file as compilation process input. 460 "*If non-nil, send end-of-file as compilation process input.
460 This only affects platforms that support asynchronous processes (see 461 This only affects platforms that support asynchronous processes (see