mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-11 21:20:33 -08:00
remove debug code
This commit is contained in:
parent
6c9bcf8431
commit
f1318dfdb1
1 changed files with 0 additions and 1 deletions
|
|
@ -1314,7 +1314,6 @@ of controls and double click to select control."
|
||||||
(clog-ace:set-on-auto-complete (event-editor app)
|
(clog-ace:set-on-auto-complete (event-editor app)
|
||||||
(lambda (obj prefix)
|
(lambda (obj prefix)
|
||||||
(declare (ignore obj))
|
(declare (ignore obj))
|
||||||
(print prefix)
|
|
||||||
(when (current-editor-is-lisp app)
|
(when (current-editor-is-lisp app)
|
||||||
;; we need to modify Ace's lisp mode to treat : as part of symbol
|
;; we need to modify Ace's lisp mode to treat : as part of symbol
|
||||||
;; otherwise lookups do not consider the symbols package. I did
|
;; otherwise lookups do not consider the symbols package. I did
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue