comparison lisp/progmodes/compile.el @ 112425:9f7614f1a892

Merge from emacs-23
author Glenn Morris <rgm@gnu.org>
date Sat, 22 Jan 2011 11:36:45 -0800
parents ef719132ddfa a2432c16dc9f
children
comparison
equal deleted inserted replaced
112416:f792eb37d0ca 112425:9f7614f1a892
506 `compilation-message-face' applied. If this is nil, the text 506 `compilation-message-face' applied. If this is nil, the text
507 matched by the whole REGEXP becomes the hyperlink. 507 matched by the whole REGEXP becomes the hyperlink.
508 508
509 Additional HIGHLIGHTs as described under `font-lock-keywords' can 509 Additional HIGHLIGHTs as described under `font-lock-keywords' can
510 be added." 510 be added."
511 :type `(set :menu-tag "Pick" 511 :type '(repeat (choice (symbol :tag "Predefined symbol")
512 ,@(mapcar (lambda (elt) 512 (sexp :tag "Error specification")))
513 (list 'const (car elt)))
514 compilation-error-regexp-alist-alist))
515 :link `(file-link :tag "example file" 513 :link `(file-link :tag "example file"
516 ,(expand-file-name "compilation.txt" data-directory)) 514 ,(expand-file-name "compilation.txt" data-directory))
517 :group 'compilation) 515 :group 'compilation)
518 516
519 ;;;###autoload(put 'compilation-directory 'safe-local-variable 'stringp) 517 ;;;###autoload(put 'compilation-directory 'safe-local-variable 'stringp)