Mercurial > emacs
changeset 28107:7a7b3b2c177a
Remove RCS Id, remove history comment.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sun, 12 Mar 2000 15:22:03 +0000 |
parents | c690edebf377 |
children | 0d9cac36402a |
files | lisp/emacs-lisp/re-builder.el |
diffstat | 1 files changed, 0 insertions(+), 23 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/re-builder.el Sun Mar 12 15:21:26 2000 +0000 +++ b/lisp/emacs-lisp/re-builder.el Sun Mar 12 15:22:03 2000 +0000 @@ -24,8 +24,6 @@ ;;; Commentary: -;; $Id: re-builder.el,v 1.1 2000/03/09 20:20:32 gerd Exp $ - ;; When I have to come up with regular expressions that are more ;; complex than simple string matchers, especially if they contain sub ;; expressions, I find myself spending quite some time in the @@ -102,27 +100,6 @@ ;; corresponding subexp only. -;;; History: -;; -;; Changes from Version 1.2: -;; - Fixed a bug preventing normal startup after killing the (previous) -;; target-buffer -;; - Fixed XEmacs support -;; -;; Changes from Version 1.2: -;; - Fixed a bug preventing normal startup after killing the (previous) -;; target-buffer -;; - Fixed XEmacs support -;; -;; Changes from Version 1.1: -;; - The editing is now done through two major-modes rather than -;; having one minor-mode that behaves exactly like a major-mode -;; - Automatic updates for valid re's simplify the user interface -;; - Easy interface for changing the input syntax and case -;; sensitivity of the target buffer -;; - As nobody reported the bugs that were fixed you probably don't -;; want to know about them... - ;;; Code: ;; On XEmacs, load the overlay compatibility library