diff options
Diffstat (limited to 'lisp/cedet/ede')
| -rw-r--r-- | lisp/cedet/ede/proj-comp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/ede/proj-comp.el b/lisp/cedet/ede/proj-comp.el index 94bee4ac339..b53984293b3 100644 --- a/lisp/cedet/ede/proj-comp.el +++ b/lisp/cedet/ede/proj-comp.el | |||
| @@ -218,7 +218,7 @@ This will prevent rules from creating duplicate variables or rules." | |||
| 218 | (def-edebug-spec ede-pmake-insert-variable-shared (form def-body)) | 218 | (def-edebug-spec ede-pmake-insert-variable-shared (form def-body)) |
| 219 | )) | 219 | )) |
| 220 | 220 | ||
| 221 | ;;; Querys | 221 | ;;; Queries |
| 222 | (defun ede-proj-find-compiler (compilers sourcetype) | 222 | (defun ede-proj-find-compiler (compilers sourcetype) |
| 223 | "Return a compiler from the list COMPILERS that will compile SOURCETYPE." | 223 | "Return a compiler from the list COMPILERS that will compile SOURCETYPE." |
| 224 | (while (and compilers | 224 | (while (and compilers |