Mercurial > emacs
view lisp/obsolete/sc.el @ 50273:ea06392567c0
(c-parse-state): Added kludge to avoid an infinite loop when Emacs'
open-paren-in-column-zero rule kicks in and causes the sexp functions
to misbehave.
author | Martin Stjernholm <mast@lysator.liu.se> |
---|---|
date | Sun, 23 Mar 2003 01:58:30 +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