comparison lisp/completion.el @ 89909:68c22ea6027c

Sync to HEAD
author Kenichi Handa <handa@m17n.org>
date Fri, 16 Apr 2004 12:51:06 +0000
parents 375f2633d815
children 4c90ffeb71c5
comparison
equal deleted inserted replaced
89908:ee1402f7b568 89909:68c22ea6027c
2503 '("^To complete, the point must be after a symbol at least [0-9]* character long\\.$" 2503 '("^To complete, the point must be after a symbol at least [0-9]* character long\\.$"
2504 "^The string \".*\" is too short to be saved as a completion\\.$")) 2504 "^The string \".*\" is too short to be saved as a completion\\.$"))
2505 2505
2506 (provide 'completion) 2506 (provide 'completion)
2507 2507
2508 ;;; arch-tag: 6990dafe-4abd-4a1f-8c42-ffb25e120f5e
2508 ;;; completion.el ends here 2509 ;;; completion.el ends here