emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Mon, 25 Feb 2002 12:41:49 -0500

Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.289 emacs/lisp/subr.el:1.290
*** emacs/lisp/subr.el:1.289    Sat Feb 23 17:26:44 2002
--- emacs/lisp/subr.el  Mon Feb 25 12:41:49 2002
***************
*** 1452,1458 ****
  ;; We used to use an uninterned symbol; the compiler handles that properly
  ;; now, but it generates slower code.
  (defmacro save-match-data (&rest body)
!   "Execute the BODY forms, restoring the global value of the match data."
    ;; It is better not to use backquote here,
    ;; because that makes a bootstrapping problem
    ;; if you need to recompile all the Lisp files using interpreted code.
--- 1452,1459 ----
  ;; We used to use an uninterned symbol; the compiler handles that properly
  ;; now, but it generates slower code.
  (defmacro save-match-data (&rest body)
!   "Execute the BODY forms, restoring the global value of the match data.
! The value returned is the value of the last form in BODY."
    ;; It is better not to use backquote here,
    ;; because that makes a bootstrapping problem
    ;; if you need to recompile all the Lisp files using interpreted code.



reply via email to

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