Files
emacs/lisp
Dmitry Gutov f7572b72fd Fix Semantic completion-at-point functions in non-Semantic buffers
Fixes: debbugs:19077

* lisp/cedet/semantic.el (semantic-analyze-completion-at-point-function)
(semantic-analyze-notc-completion-at-point-function)
(semantic-analyze-nolongprefix-completion-at-point-function): Do
nothing if the current buffer is not using Semantic.
2014-12-14 12:59:05 +02:00
..
2014-11-28 23:07:16 -08:00
2014-11-28 23:07:16 -08:00
2014-12-13 23:41:33 -08:00
2014-11-28 23:07:16 -08:00
2014-11-28 23:07:16 -08:00
2014-11-28 23:07:16 -08:00
2014-12-13 23:41:33 -08:00
2014-11-28 23:07:16 -08:00
2014-11-17 17:58:28 -08:00
2014-11-28 23:07:16 -08:00
2014-11-28 23:07:16 -08:00
2014-11-28 23:07:16 -08:00
2014-11-28 23:07:16 -08:00
2014-12-13 23:41:33 -08:00
2014-11-28 23:07:16 -08:00
2014-12-13 23:41:33 -08:00
2014-11-28 23:07:16 -08:00
2014-11-28 23:07:16 -08:00
2014-11-28 23:07:16 -08:00
2014-11-28 23:07:16 -08:00
2014-11-28 23:07:16 -08:00
2014-11-28 23:07:16 -08:00
2014-11-28 23:07:16 -08:00
2014-09-11 12:44:25 -07:00
2014-10-23 21:17:00 +02:00
2014-11-27 16:57:22 +01:00
2014-11-18 16:19:14 +09:00
2014-09-29 14:14:08 -04:00
2014-11-04 21:08:12 -08:00
2014-09-22 10:10:53 -04:00
2014-09-22 10:10:53 -04:00
2014-09-23 06:21:30 -04:00
2014-11-04 21:08:57 -08:00
2014-12-01 13:36:14 -05:00
2014-09-29 14:14:08 -04:00
2014-12-03 13:42:20 -05:00
2014-09-29 14:14:08 -04:00
2014-09-29 14:14:08 -04:00
2014-12-12 19:23:19 -05:00
2014-11-24 08:39:17 -08:00
2014-11-26 21:31:11 -05:00

This directory contains source code for the parts of Emacs that are
written in Emacs Lisp.  *.el files are Emacs Lisp source, and the
corresponding *.elc files are byte-compiled versions.  Byte-compiled
files are architecture-independent.

The term subdirectory contains Lisp files that customize Emacs for
certain terminal types.  When Emacs starts, it checks the TERM
environment variable to get the terminal type and loads
`term/${TERM}.el' if it exists.

The other subdirectories hold Lisp packages grouped by their general
purpose.