Mercurial > emacs
comparison lisp/ChangeLog @ 108159:56d11bda8235
Unify complete-symbol with completion-at-point.
* bindings.el (complete-symbol): Move into minibuffer.el.
* minibuffer.el (complete-tag): Move from etags.el. If tags
completion cannot be performed, return nil instead of signalling
an error.
(completion-at-point): Make it an alias for complete-symbol.
(complete-symbol): Move from bindings.el, and replace with the
body of completion-at-point.
* progmodes/etags.el (complete-tag): Move to minibuffer.el.
* cedet/semantic.el (semantic-mode): When enabled, add
semantic-ia-complete-symbol to completion-at-point-functions.
* cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
if Semantic is not active.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 28 Apr 2010 15:04:16 -0400 |
parents | 94e4a7a7cadf |
children | 3eb0fffdd08f |
comparison
equal
deleted
inserted
replaced
108158:94e4a7a7cadf | 108159:56d11bda8235 |
---|---|
1 2010-04-28 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * bindings.el (complete-symbol): Move into minibuffer.el. | |
4 | |
5 * minibuffer.el (complete-tag): Move from etags.el. If tags | |
6 completion cannot be performed, return nil instead of signalling | |
7 an error. | |
8 (completion-at-point): Make it an alias for complete-symbol. | |
9 (complete-symbol): Move from bindings.el, and replace with the | |
10 body of completion-at-point. | |
11 | |
12 * progmodes/etags.el (complete-tag): Move to minibuffer.el. | |
13 | |
14 * cedet/semantic.el (semantic-mode): When enabled, add | |
15 semantic-ia-complete-symbol to completion-at-point-functions. | |
16 | |
17 * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil | |
18 if Semantic is not active. | |
19 | |
1 2010-04-28 Michael Albinus <michael.albinus@gmx.de> | 20 2010-04-28 Michael Albinus <michael.albinus@gmx.de> |
2 | 21 |
3 * net/tramp.el (tramp-remote-selinux-p): New defun. | 22 * net/tramp.el (tramp-remote-selinux-p): New defun. |
4 (tramp-handle-file-selinux-context) | 23 (tramp-handle-file-selinux-context) |
5 (tramp-handle-set-file-selinux-context): Use it. | 24 (tramp-handle-set-file-selinux-context): Use it. |