view lisp/obsolete/sc.el @ 48570:4934b8352621

(gdb-starting): Set gdb-running to t. (gdb-stopped): Set gdb-running to nil. (gdb-quit): Reset some variables including tool-bar-map.
author Nick Roberts <nickrob@snap.net.nz>
date Thu, 28 Nov 2002 21:24:19 +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