Mercurial > emacs
comparison lisp/emacs-lisp/sregex.el @ 38436:b174db545cfd
Some fixes to follow coding conventions.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Mon, 16 Jul 2001 12:23:00 +0000 |
parents | f35b1d67aa8f |
children | 695cf19ef79e d7ddb3e565de |
comparison
equal
deleted
inserted
replaced
38435:a9102b5472f0 | 38436:b174db545cfd |
---|---|
604 (concat "[" (if complement "^") class "]"))))) | 604 (concat "[" (if complement "^") class "]"))))) |
605 | 605 |
606 (provide 'sregex) | 606 (provide 'sregex) |
607 | 607 |
608 ;;; sregex.el ends here | 608 ;;; sregex.el ends here |
609 |