diff options
author | Glenn Morris <rgm@gnu.org> | 2015-05-18 20:51:47 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2015-05-18 20:51:47 -0400 |
commit | f42ceab546c12534190ef0aac6db9de23c7a3e1a (patch) | |
tree | 75c99eaec4a0a06e82318d24b596861b18cdc28a /lisp/ses.el | |
parent | 941ae9f2578ccd2760090dcd3f450339893b9492 (diff) | |
download | emacs-f42ceab546c12534190ef0aac6db9de23c7a3e1a.tar.gz |
Further lisp-complete-symbol related cleanup.
* lisp/emacs-lisp/lisp.el (lisp-complete-symbol):
Unadvertise non-functional argument. Replace obsolete alias.
Diffstat (limited to 'lisp/ses.el')
-rw-r--r-- | lisp/ses.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ses.el b/lisp/ses.el index e9860158450..3336769270c 100644 --- a/lisp/ses.el +++ b/lisp/ses.el @@ -172,7 +172,7 @@ Each function is called with ARG=1." "\C-c\C-s" ses-insert-ses-range [S-mouse-3] ses-insert-range-click [C-S-mouse-3] ses-insert-ses-range-click - "\M-\C-i" lisp-complete-symbol)) + "\M-\C-i" lisp-complete-symbol)) ; FIXME obsolete (newmap (make-sparse-keymap))) (set-keymap-parent newmap minibuffer-local-map) (while keys |