emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/ebrowse.el
Date: Mon, 17 Feb 2003 18:16:36 -0500

Index: emacs/lisp/progmodes/ebrowse.el
diff -c emacs/lisp/progmodes/ebrowse.el:1.21 
emacs/lisp/progmodes/ebrowse.el:1.22
*** emacs/lisp/progmodes/ebrowse.el:1.21        Tue Feb 11 16:40:32 2003
--- emacs/lisp/progmodes/ebrowse.el     Mon Feb 17 18:16:36 2003
***************
*** 258,264 ****
  (defmacro ebrowse-output (&rest body)
    "Eval BODY with a writable current buffer.
  Preserve buffer's modified state."
!   (let ((modified (gensym "--ebrowse-output--")))
      `(let (buffer-read-only (,modified (buffer-modified-p)))
         (unwind-protect
           (progn ,@body)
--- 258,264 ----
  (defmacro ebrowse-output (&rest body)
    "Eval BODY with a writable current buffer.
  Preserve buffer's modified state."
!   (let ((modified (make-symbol "--ebrowse-output--")))
      `(let (buffer-read-only (,modified (buffer-modified-p)))
         (unwind-protect
           (progn ,@body)




reply via email to

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