summaryrefslogtreecommitdiff
path: root/lisp/cus-start.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2015-04-13 18:21:00 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2015-04-13 18:21:00 -0400
commit40d67a3b0bf7ef48ec8dc3126206d2079f24cc0b (patch)
tree467f3e251a94f04c71037bf88629157b74242bc9 /lisp/cus-start.el
parent2bad549b954ccd659d8db58cf1e42e257496803b (diff)
downloademacs-40d67a3b0bf7ef48ec8dc3126206d2079f24cc0b.tar.gz
* lisp/loadup.el ("cus-start"): Load it after loaddefs.el
Fixes: debbugs:20321 * lisp/cus-start.el (read-buffer-function): Don't advertize iswitchb-read-buffer any more. (iswitchb): Don't tweak this obsolete group any more.
Diffstat (limited to 'lisp/cus-start.el')
-rw-r--r--lisp/cus-start.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el
index b96b81763ce..05135b80e8e 100644
--- a/lisp/cus-start.el
+++ b/lisp/cus-start.el
@@ -379,7 +379,6 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
;; options property set at end
(read-buffer-function minibuffer
(choice (const nil)
- (function-item iswitchb-read-buffer)
function))
;; msdos.c
(dos-unsupported-char-glyph display integer)
@@ -654,7 +653,6 @@ since it could result in memory overflow and make Emacs crash."
((eq prop :tag)
(put symbol 'custom-tag propval))))))))
-(custom-add-to-group 'iswitchb 'read-buffer-function 'custom-variable)
(custom-add-to-group 'font-lock 'open-paren-in-column-0-is-defun-start
'custom-variable)