1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-19 19:20:23 +02:00
guile/module/language/elisp/runtime
Brian Templeton c9cd4ae8c1 allow (setcar nil nil)' and (setcdr nil nil)'
* module/language/elisp/runtime/subrs.scm (setcar, setcdr): Allow
  setting the car or cdr of `nil' to `nil'.
2010-08-15 23:02:56 -04:00
..
function-slot.scm use correct names for quasiquotation operators 2010-08-13 16:35:51 -04:00
macros.scm store special operators in the function slot 2010-08-13 16:35:51 -04:00
subrs.scm allow (setcar nil nil)' and (setcdr nil nil)' 2010-08-15 23:02:56 -04:00
value-slot.scm reformat comments 2010-08-13 16:35:50 -04:00