view lisp/obsolete/sc.el @ 49426:7ac32aa920b9

(Info-extract-menu-node-name): When looking for end of menu item, don't stop at first ":"; instead, continue until trailing context is either a space or newline. (Info-complete-menu-item): Change var `pattern' to allow ":" in menu item. (Info-menu): Likewise, for regexp used in backwards search. (Info-try-follow-nearest-node): Remove case added in previous edit. Instead, change the regexp in the following case to allow ":" in menu item. (Info-fontify-node): Fix bug: Handle `next-property-change' returning point-max as "hasn't already been done".
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Sat, 25 Jan 2003 02:44:07 +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