From: ueno Date: Thu, 11 Aug 2005 09:14:16 +0000 (+0000) Subject: * riece-doctor.el (riece-doctor-hello-regexp): Changed regexp. X-Git-Tag: channel-coding-branchpoint~151 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c38cb636e6cb234b17c94661554b93ffaf91d437;p=elisp%2Friece.git * riece-doctor.el (riece-doctor-hello-regexp): Changed regexp. (riece-doctor-bye-regexp): Ditto. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index eac74b6..10f7147 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2005-08-11 Daiki Ueno + * riece-doctor.el (riece-doctor-hello-regexp): Changed regexp. + (riece-doctor-bye-regexp): Ditto. + * riece-ruby.el: Moved add-on stuff to riece-eval-ruby.el. * riece-eval-ruby.el: New add-on. diff --git a/lisp/riece-doctor.el b/lisp/riece-doctor.el index 61a33f0..6541157 100644 --- a/lisp/riece-doctor.el +++ b/lisp/riece-doctor.el @@ -40,12 +40,12 @@ :prefix "riece-" :group 'riece) -(defcustom riece-doctor-hello-regexp "^, doctor" +(defcustom riece-doctor-hello-regexp "^,doctor$" "Pattern of string patients start consultation." :type 'string :group 'riece-doctor) -(defcustom riece-doctor-bye-regexp "^, bye doctor" +(defcustom riece-doctor-bye-regexp "^,doctor bye$" "Pattern of string patients end consultation." :type 'string :group 'riece-doctor)