/[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.46 by eliz, Sat Jun 18 10:35:18 2005 UTC revision 1.47 by lektu, Tue Jun 21 13:45:53 2005 UTC
# Line 1216  used instead of `browse-url-new-window-f Line 1216  used instead of `browse-url-new-window-f
1216            (save-buffer)            (save-buffer)
1217            (kill-buffer nil)            (kill-buffer nil)
1218            ;; Send signal SIGUSR to Mosaic            ;; Send signal SIGUSR to Mosaic
1219            (message "Signalling Mosaic...")            (message "Signaling Mosaic...")
1220            (signal-process pid 'SIGUSR1)            (signal-process pid 'SIGUSR1)
1221            ;; Or you could try:            ;; Or you could try:
1222            ;; (call-process "kill" nil 0 nil "-USR1" (int-to-string pid))            ;; (call-process "kill" nil 0 nil "-USR1" (int-to-string pid))
1223            (message "Signalling Mosaic...done")            (message "Signaling Mosaic...done")
1224            )            )
1225        ;; Mosaic not running - start it        ;; Mosaic not running - start it
1226        (message "Starting %s..." browse-url-mosaic-program)        (message "Starting %s..." browse-url-mosaic-program)

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

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