erbot-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Erbot-cvs] Changes to erbot/erbwiki.el


From: D . Goel
Subject: [Erbot-cvs] Changes to erbot/erbwiki.el
Date: Sun, 02 Oct 2005 16:04:35 -0400

Index: erbot/erbwiki.el
diff -u erbot/erbwiki.el:1.21 erbot/erbwiki.el:1.22
--- erbot/erbwiki.el:1.21       Fri Sep  2 19:24:59 2005
+++ erbot/erbwiki.el    Sun Oct  2 20:04:34 2005
@@ -1,5 +1,5 @@
 ;;; erbwiki.el --- SECURITY RISK, READ BELOW.
-;; Time-stamp: <2005-09-02 14:18:11 deego>
+;; Time-stamp: <2005-10-02 16:07:15 deego>
 ;; Copyright (C) 2002, 2003 D. Goel
 ;; Emacs Lisp Archive entry
 ;; Filename: erbwiki.el
@@ -483,11 +483,11 @@
      (ignore-errors
        (find-file lastfile)
        (goto-char (point-min))
-       (setq oldfields (ignore-errors (erbn-read (get-file-buffer lastfile)))))
+       (setq oldfields (ignore-errors (read (get-file-buffer lastfile)))))
      (find-file newfile)
      (goto-char (point-min))
      (setq currentfields (ignore-errors
-                          (erbn-read (get-file-buffer newfile))))
+                          (read (get-file-buffer newfile))))
      (setq newfields 
           (set-difference currentfields oldfields
                           :test 'equal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]