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
af89cf77
Commit
af89cf77
authored
Nov 11, 2009
by
Dan Nicolaescu
Browse files
(custom-declare-group): Purecopy load-file-name.
parent
a4ada374
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/custom.el
lisp/custom.el
+2
-1
No files found.
lisp/ChangeLog
View file @
af89cf77
2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
* custom.el (custom-declare-group): Purecopy load-file-name.
* subr.el (menu-bar-separator): New defconst.
* net/eudc.el (eudc-tools-menu):
* international/mule-cmds.el (set-coding-system-map)
...
...
lisp/custom.el
View file @
af89cf77
...
...
@@ -414,7 +414,8 @@ for more information."
;; Record the group on the `current' list.
(
let
((
elt
(
assoc
load-file-name
custom-current-group-alist
)))
(
if
elt
(
setcdr
elt
symbol
)
(
push
(
cons
load-file-name
symbol
)
custom-current-group-alist
)))
(
push
(
cons
(
purecopy
load-file-name
)
symbol
)
custom-current-group-alist
)))
(
run-hooks
'custom-define-hook
)
symbol
)
...
...
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