diff options
| author | Dmitry Gutov | 2014-12-14 12:59:05 +0200 |
|---|---|---|
| committer | Dmitry Gutov | 2014-12-14 12:59:05 +0200 |
| commit | f7572b72fd448c8ab6002bc6a545dfb765bbc520 (patch) | |
| tree | 96de7fc807e817c7046b602d63e3525f4185fdbd /lisp/cedet/ChangeLog | |
| parent | 9f28cb59dc77213e1496f4ded40017739d734114 (diff) | |
| download | emacs-f7572b72fd448c8ab6002bc6a545dfb765bbc520.tar.gz emacs-f7572b72fd448c8ab6002bc6a545dfb765bbc520.zip | |
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.
Diffstat (limited to 'lisp/cedet/ChangeLog')
| -rw-r--r-- | lisp/cedet/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog index c132a423f19..46296d3e39f 100644 --- a/lisp/cedet/ChangeLog +++ b/lisp/cedet/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-12-14 Dmitry Gutov <dgutov@yandex.ru> | ||
| 2 | |||
| 3 | * semantic.el (semantic-analyze-completion-at-point-function) | ||
| 4 | (semantic-analyze-notc-completion-at-point-function) | ||
| 5 | (semantic-analyze-nolongprefix-completion-at-point-function): Do | ||
| 6 | nothing if the current buffer is not using Semantic (bug#19077). | ||
| 7 | |||
| 1 | 2014-12-08 Matt Curtis <matt.r.curtis@gmail.com> (tiny change) | 8 | 2014-12-08 Matt Curtis <matt.r.curtis@gmail.com> (tiny change) |
| 2 | 9 | ||
| 3 | * pulse.el (pulse-momentary-highlight-one-line): Respect the POINT | 10 | * pulse.el (pulse-momentary-highlight-one-line): Respect the POINT |