/[emacs]/emacs/lisp/net/browse-url.el
ViewVC logotype

Diff of /emacs/lisp/net/browse-url.el

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

revision 1.18 by rms, Sun Jan 13 04:57:02 2002 UTC revision 1.19 by eliz, Tue Feb 19 11:14:40 2002 UTC
# Line 557  negation if a prefix argument was given. Line 557  negation if a prefix argument was given.
557  ;; interactive-p needs to be called at a function's top-level, hence  ;; interactive-p needs to be called at a function's top-level, hence
558  ;; the macro.  ;; the macro.
559  (defmacro browse-url-maybe-new-window (arg)  (defmacro browse-url-maybe-new-window (arg)
560    `(if (interactive-p)    `(if (not (interactive-p))
561         ,arg         ,arg
562       browse-url-new-window-flag))       browse-url-new-window-flag))
563    

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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