"e-ltg-n")) instead.
___
I am trying to use the following code to modify a layer list but entmod
> doesn't seem to work.
>
> (setq layer_list (tblsearch "layer" "e-ltg-n"))
> (setq layer_list (subst (cons 2 "E-LITE-N")(assoc 2 layer_list)
layer_list))> doesn't seem to work.
>
> (setq layer_list (tblsearch "layer" "e-ltg-n"))
> (setq layer_list (subst (cons 2 "E-LITE-N")(assoc 2 layer_list)
(entmod layer_list)
>
> Is there some other method that I should use for this?
>
> Is there some other method that I should use for this?