Mercurial > emacs
changeset 3186:50f061054d19
Delete confusing comments.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 28 May 1993 00:32:30 +0000 |
parents | 075d14ca4436 |
children | 0790b5563a66 |
files | lisp/completion.el |
diffstat | 1 files changed, 0 insertions(+), 16 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/completion.el Fri May 28 00:10:45 1993 +0000 +++ b/lisp/completion.el Fri May 28 00:32:30 1993 +0000 @@ -193,22 +193,6 @@ ;;; ;;; -;;;----------------------------------------------- -;;; Porting Notes -;;;----------------------------------------------- -;;; -;;; Should run on 18.49, 18.52, and 19.0 -;;; Tested on vanilla version. -;;; This requires the standard cl.el file. It could easily rewritten to not -;;; require it. It defines remove which is not in cl.el. -;;; -;;; FUNCTIONS BASHED -;;; The following functions are bashed but it is done carefully and should not -;;; cause problems :: -;;; kill-region, next-line, previous-line, newline, newline-and-indent, -;;; kill-emacs -;;; -;;; ;;;--------------------------------------------------------------------------- ;;; Functions you might like to call ;;;---------------------------------------------------------------------------