diff options
author | Aleksei Gusev <aleksei.gusev@gmail.com> | 2010-07-10 15:47:59 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-07-10 15:47:59 -0400 |
commit | dce3463576bc49f60793cc4b8dc33c04c88ed256 (patch) | |
tree | be2d82a6f9f34c324f063109377edc07902c69b7 /lisp/emacs-lisp | |
parent | 7ac1c664547ca88fd6c0ff65ef5e780b1c5efcb0 (diff) | |
download | emacs-dce3463576bc49f60793cc4b8dc33c04c88ed256.tar.gz emacs-dce3463576bc49f60793cc4b8dc33c04c88ed256.tar.bz2 emacs-dce3463576bc49f60793cc4b8dc33c04c88ed256.zip |
Add compilation regexps for cucumber and ruby.
* lisp/progmodes/compile.el (compilation-error-regexp-alist-alist): Add
regexps for cucumber and ruby.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/cl-loaddefs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/cl-loaddefs.el b/lisp/emacs-lisp/cl-loaddefs.el index ff0fa599985..b14c879fcf7 100644 --- a/lisp/emacs-lisp/cl-loaddefs.el +++ b/lisp/emacs-lisp/cl-loaddefs.el @@ -282,7 +282,7 @@ Not documented ;;;;;; flet progv psetq do-all-symbols do-symbols dotimes dolist ;;;;;; do* do loop return-from return block etypecase typecase ecase ;;;;;; case load-time-value eval-when destructuring-bind function* -;;;;;; defmacro* defun* gentemp gensym) "cl-macs" "cl-macs.el" "49b7d96626dd8ba5d39551909edbd4c7") +;;;;;; defmacro* defun* gentemp gensym) "cl-macs" "cl-macs.el" "36cafd5054969b5bb0b1ce6a21605fed") ;;; Generated autoloads from cl-macs.el (autoload 'gensym "cl-macs" "\ |