Does this patch solve the problem?
*** re-builder.el 06 Jan 2005 17:47:18 -0500 1.19
--- re-builder.el 25 Feb 2005 10:54:13 -0500
***************
*** 327,336 ****
"Return binding for SYMBOL in the RE Builder target buffer."
`(with-current-buffer reb-target-buffer ,symbol))
;;;###autoload
(defun re-builder ()
! "Call up the RE Builder for the current window."
(interactive)
(if (and (string= (buffer-name) reb-buffer)
--- 327,340 ----
"Return binding for SYMBOL in the RE Builder target buffer."
`(with-current-buffer reb-target-buffer ,symbol))
+ (defun regexp-builder ()
+ "Alias for `re-builder': Construct a regexp interactively."
+ (interactive)
+ (re-builder))
;;;###autoload
(defun re-builder ()
! "Construct a regexp interactively."
(interactive)
(if (and (string= (buffer-name) reb-buffer)
_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug