1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 06:20:43 -08:00
emacs/lisp/cedet/semantic/analyze
Stefan Monnier 72e1e30afe * lisp/cedet/semantic/analyze/complete.el: Fix completion-at-point
Completion tables are not supposed to signal errors:

    emacs -q
    M-x semantic-mode
    ; visit a file supported by semantic, such as a C file
    ; put cursor in a blank space
    M-x completion-at-point
    It will error with: "Nothing to complete"

(semantic-analyze-possible-completions): Return nil instead of
signaling errors.
2019-10-23 16:15:41 -04:00
..
complete.el * lisp/cedet/semantic/analyze/complete.el: Fix completion-at-point 2019-10-23 16:15:41 -04:00
debug.el Fix previous object-print/cl-print-object changes 2019-06-14 16:57:35 +02:00
fcn.el
refs.el Use xref in cedet 2019-06-25 15:12:04 +02:00