view lisp/obsolete/sc.el @ 51798:04564d8f3be9

(browse-url-browser-function): Add alternative for Epiphany. (browse-url-epiphany-program, browse-url-epiphany-arguments) (browse-url-epiphany-startup-arguments) (browse-url-epiphany-new-window-is-tab): New variables. (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
author Richard M. Stallman <rms@gnu.org>
date Mon, 07 Jul 2003 20:54:56 +0000
parents c0ba1d102e9d
children 695cf19ef79e d7ddb3e565de
line wrap: on
line source

;;; sc.el --- old name for supercite

;; Maintainer: FSF

;; This file is part of GNU Emacs.

;;; Commentary:

;;; Code:

(require 'supercite)
(provide 'sc)

;;; sc.el ends here