/[erbot]/erbot/erbmsg.el
ViewVC logotype

Diff of /erbot/erbmsg.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23 by hroptatyr, Tue Mar 29 20:06:51 2005 UTC revision 1.24 by deego, Fri Sep 2 19:24:59 2005 UTC
# Line 542  if so return 'noreply, if not return an Line 542  if so return 'noreply, if not return an
542            (and (file-readable-p file)            (and (file-readable-p file)
543                 (with-temp-buffer                 (with-temp-buffer
544                   (insert-file-contents file)                   (insert-file-contents file)
545                   (eval (read (format "(setq file-vector '(%s))"                   (eval (erbn-read (format "(setq file-vector '(%s))"
546                                       (buffer-string))))))))                                       (erbutils-buffer-string))))))))
547      (mapvector      (mapvector
548       (lambda (tablevector)       (lambda (tablevector)
549         (let ((table (aref tablevector 0))         (let ((table (aref tablevector 0))

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26