Mercurial > hg > xemacs-beta
diff lisp/subr.el @ 5128:7be849cb8828 ben-lisp-object
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Sun, 07 Mar 2010 02:09:59 -0600 |
parents | 99f8ebc082d9 |
children | 2e528066e2fc |
line wrap: on
line diff
--- a/lisp/subr.el Fri Mar 05 04:08:17 2010 -0600 +++ b/lisp/subr.el Sun Mar 07 02:09:59 2010 -0600 @@ -220,6 +220,9 @@ (define-function 'send-string-to-terminal 'external-debugging-output) (define-function 'special-form-p 'special-operator-p) +;; XEmacs; this is in Lisp, its bytecode now taken by subseq. +(define-function 'substring 'subseq) + ;; XEmacs: (defun local-variable-if-set-p (sym buffer) "Return t if SYM would be local to BUFFER after it is set.