aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-03-12 15:22:03 +0000
committerGerd Moellmann2000-03-12 15:22:03 +0000
commitbdec99ee9167f9afd0aabb6a2457a930ee3fa083 (patch)
tree46dc3f5a2b6eadce4f99bd80204499bc155453f4
parentf7094f49207e78e916e5b3243b093ff6889838f1 (diff)
downloademacs-bdec99ee9167f9afd0aabb6a2457a930ee3fa083.tar.gz
emacs-bdec99ee9167f9afd0aabb6a2457a930ee3fa083.zip
Remove RCS Id, remove history comment.
-rw-r--r--lisp/emacs-lisp/re-builder.el23
1 files changed, 0 insertions, 23 deletions
diff --git a/lisp/emacs-lisp/re-builder.el b/lisp/emacs-lisp/re-builder.el
index c43450c3044..ace889c9620 100644
--- a/lisp/emacs-lisp/re-builder.el
+++ b/lisp/emacs-lisp/re-builder.el
@@ -24,8 +24,6 @@
24 24
25;;; Commentary: 25;;; Commentary:
26 26
27;; $Id: re-builder.el,v 1.1 2000/03/09 20:20:32 gerd Exp $
28
29;; When I have to come up with regular expressions that are more 27;; When I have to come up with regular expressions that are more
30;; complex than simple string matchers, especially if they contain sub 28;; complex than simple string matchers, especially if they contain sub
31;; expressions, I find myself spending quite some time in the 29;; expressions, I find myself spending quite some time in the
@@ -102,27 +100,6 @@
102;; corresponding subexp only. 100;; corresponding subexp only.
103 101
104 102
105;;; History:
106;;
107;; Changes from Version 1.2:
108;; - Fixed a bug preventing normal startup after killing the (previous)
109;; target-buffer
110;; - Fixed XEmacs support
111;;
112;; Changes from Version 1.2:
113;; - Fixed a bug preventing normal startup after killing the (previous)
114;; target-buffer
115;; - Fixed XEmacs support
116;;
117;; Changes from Version 1.1:
118;; - The editing is now done through two major-modes rather than
119;; having one minor-mode that behaves exactly like a major-mode
120;; - Automatic updates for valid re's simplify the user interface
121;; - Easy interface for changing the input syntax and case
122;; sensitivity of the target buffer
123;; - As nobody reported the bugs that were fixed you probably don't
124;; want to know about them...
125
126;;; Code: 103;;; Code:
127 104
128;; On XEmacs, load the overlay compatibility library 105;; On XEmacs, load the overlay compatibility library