Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
65f64d00
Commit
65f64d00
authored
Jul 02, 1998
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(customize-changed-options): Clean up previous change.
parent
33b598d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
lisp/cus-edit.el
lisp/cus-edit.el
+9
-9
No files found.
lisp/cus-edit.el
View file @
65f64d00
...
...
@@ -907,15 +907,15 @@ option."
(
cons
(
list
symbol
'custom-variable
)
found
))))))
(
if
(
not
found
)
(
error
"No user options have changed defaults in recent Emacs versions"
)
(
put
'custom-versions-load-alist
'custom-loads
;; Get all the files that correspond to element from the
;; VERSIONS list. This could use some simplification.
(
let
((
flist
nil
))
(
while
versions
(
push
(
copy-sequence
(
cdr
(
assoc
(
car
versions
)
custom-versions-load-alist
)))
flist
)
(
setq
versions
(
cdr
versions
)))
(
let
((
flist
nil
))
(
while
versions
(
push
(
copy-sequence
(
cdr
(
assoc
(
car
versions
)
custom-versions-load-alist
)
))
flist
)
(
setq
versions
(
cdr
versions
)))
(
put
'
custom-versions-load-alist
'custom-loads
;; Get all the files that correspond to element from the
;; VERSIONS list. This could use some simplification.
(
apply
'nconc
flist
)))
;; Because we set all the files needed to be loaded as a
;; `custom-loads' property to `custom-versions-load-alist' this
...
...
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