Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a8a1b05d
Commit
a8a1b05d
authored
Nov 30, 2000
by
Dave Love
Browse files
Fix again.
parent
05e88ea8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/cus-start.el
lisp/cus-start.el
+4
-2
No files found.
lisp/ChangeLog
View file @
a8a1b05d
2000-11-30 Dave Love <fx@gnu.org>
* cus-start.el: Fix read-buffer-function type.
2000-11-30 Gerd Moellmann <gerd@gnu.org>
* md5.el: Removed. There's a built-in function, now.
...
...
lisp/cus-start.el
View file @
a8a1b05d
...
...
@@ -179,7 +179,10 @@
"21.1"
)
(
minibuffer-auto-raise
minibuffer
boolean
)
;; options property set at end
(
read-buffer-function
minibuffer
(
choice
(
const
nil
)
function
))
(
read-buffer-function
minibuffer
(
choice
(
const
nil
)
(
function-item
iswitchb-read-buffer
)
function
))
;; msdos.c
(
dos-unsupported-char-glyph
display
integer
)
;; process.c
...
...
@@ -295,7 +298,6 @@
(
put
symbol
'custom-type
type
)
(
put
symbol
'custom-version
version
)))))
(
custom-add-option
'read-buffer-function
'iswitchb-read-buffer
)
(
custom-add-to-group
'iswitchb
'read-buffer-function
'custom-variable
)
;; Record cus-start as loaded
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment