/[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.278 by rms, Wed Dec 12 09:26:43 2001 UTC revision 1.279 by rms, Sun Dec 16 17:41:20 2001 UTC
# Line 1216  Use a MESSAGE of \"\" to temporarily cle Line 1216  Use a MESSAGE of \"\" to temporarily cle
1216                 (setq ,current-message (current-message))                 (setq ,current-message (current-message))
1217                 (message "%s" ,temp-message))                 (message "%s" ,temp-message))
1218               ,@body)               ,@body)
1219           (and ,temp-message ,current-message           (and ,temp-message
1220                (message "%s" ,current-message))))))                (if ,current-message
1221                      (message "%s" ,current-message)
1222                    (message nil)))))))
1223    
1224  (defmacro with-temp-buffer (&rest body)  (defmacro with-temp-buffer (&rest body)
1225    "Create a temporary buffer, and evaluate BODY there like `progn'.    "Create a temporary buffer, and evaluate BODY there like `progn'.

Legend:
Removed from v.1.278  
changed lines
  Added in v.1.279

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