emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/re-builder.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/re-builder.el
Date: Sun, 27 Feb 2005 05:35:51 -0500

Index: emacs/lisp/emacs-lisp/re-builder.el
diff -c emacs/lisp/emacs-lisp/re-builder.el:1.19 
emacs/lisp/emacs-lisp/re-builder.el:1.20
*** emacs/lisp/emacs-lisp/re-builder.el:1.19    Thu Jan  6 21:58:17 2005
--- emacs/lisp/emacs-lisp/re-builder.el Sun Feb 27 10:35:51 2005
***************
*** 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,342 ----
    "Return binding for SYMBOL in the RE Builder target buffer."
    `(with-current-buffer reb-target-buffer ,symbol))
  
+ ;;; This is to help people find this in Apropos.
+ ;;;###autoload
+ (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)




reply via email to

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