aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/completion.el16
1 files changed, 0 insertions, 16 deletions
diff --git a/lisp/completion.el b/lisp/completion.el
index 2597bbbcc3f..e450c55162a 100644
--- a/lisp/completion.el
+++ b/lisp/completion.el
@@ -193,22 +193,6 @@
193;;; 193;;;
194;;; 194;;;
195 195
196;;;-----------------------------------------------
197;;; Porting Notes
198;;;-----------------------------------------------
199;;;
200;;; Should run on 18.49, 18.52, and 19.0
201;;; Tested on vanilla version.
202;;; This requires the standard cl.el file. It could easily rewritten to not
203;;; require it. It defines remove which is not in cl.el.
204;;;
205;;; FUNCTIONS BASHED
206;;; The following functions are bashed but it is done carefully and should not
207;;; cause problems ::
208;;; kill-region, next-line, previous-line, newline, newline-and-indent,
209;;; kill-emacs
210;;;
211;;;
212;;;--------------------------------------------------------------------------- 196;;;---------------------------------------------------------------------------
213;;; Functions you might like to call 197;;; Functions you might like to call
214;;;--------------------------------------------------------------------------- 198;;;---------------------------------------------------------------------------