mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(custom-declare-group): Purecopy load-file-name.
This commit is contained in:
parent
a4ada374d6
commit
af89cf7759
2 changed files with 4 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue