aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/completion.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-05-28 00:32:30 +0000
committerRichard M. Stallman <[email protected]>1993-05-28 00:32:30 +0000
commitefdddf9ad301d2249d8f26e000b0add4d98cd457 (patch)
tree229add79e0b19958b5ea574c2ba25893129e6dc3 /lisp/completion.el
parentf36485b73c688ec21c4f6d9d7cc25beecc237eab (diff)
Delete confusing comments.
Diffstat (limited to 'lisp/completion.el')
-rw-r--r--lisp/completion.el16
1 files changed, 0 insertions, 16 deletions
diff --git a/lisp/completion.el b/lisp/completion.el
index 2597bbbcc3..e450c55162 100644
--- a/lisp/completion.el
+++ b/lisp/completion.el
@@ -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
;;;---------------------------------------------------------------------------