/[emacs]/emacs/lisp/subr.el
ViewVC logotype

Diff of /emacs/lisp/subr.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.289 by kfstorm, Sat Feb 23 22:26:44 2002 UTC revision 1.290 by lektu, Mon Feb 25 17:41:49 2002 UTC
# Line 1452  Value is what BODY returns." Line 1452  Value is what BODY returns."
1452  ;; We used to use an uninterned symbol; the compiler handles that properly  ;; We used to use an uninterned symbol; the compiler handles that properly
1453  ;; now, but it generates slower code.  ;; now, but it generates slower code.
1454  (defmacro save-match-data (&rest body)  (defmacro save-match-data (&rest body)
1455    "Execute the BODY forms, restoring the global value of the match data."    "Execute the BODY forms, restoring the global value of the match data.
1456    The value returned is the value of the last form in BODY."
1457    ;; It is better not to use backquote here,    ;; It is better not to use backquote here,
1458    ;; because that makes a bootstrapping problem    ;; because that makes a bootstrapping problem
1459    ;; if you need to recompile all the Lisp files using interpreted code.    ;; if you need to recompile all the Lisp files using interpreted code.

Legend:
Removed from v.1.289  
changed lines
  Added in v.1.290

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26