[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Erbot-cvs] Changes to erbot/erball.el
From: |
D . Goel |
Subject: |
[Erbot-cvs] Changes to erbot/erball.el |
Date: |
Thu, 06 Jan 2005 16:53:17 -0500 |
Index: erbot/erball.el
diff -u erbot/erball.el:1.23 erbot/erball.el:1.24
--- erbot/erball.el:1.23 Wed Jan 5 19:16:47 2005
+++ erbot/erball.el Thu Jan 6 21:27:05 2005
@@ -1,5 +1,5 @@
;;; erball.el --- Functions on all files.
-;; Time-stamp: <2005-01-05 14:16:07 deego>
+;; Time-stamp: <2005-01-06 10:02:20 deego>
;; Copyright (C) 2002 D. Goel
;; Emacs Lisp Archive entry
;; Filename: erbc.el
@@ -16,7 +16,7 @@
(defmacro erball-ignore-errors-loudly (&rest body)
"Like ignore-errors, but tells the error..
-Copied from deego's 'ignore-errors-my', which owes some of its work
+Copied from deego's `ignore-errors-my', which owes some of its work
to: Kalle on 7/3/01:
* used backquote: something i was too lazy to convert my macro to..
* removed the progn: condition-case automatically has one..