1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00
guile/module/language/elisp/runtime
Brian Templeton b41a673d26 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'.

Signed-off-by: Andy Wingo <wingo@pobox.com>
2010-12-07 13:21:03 +01:00
..
function-slot.scm use correct names for quasiquotation operators 2010-12-07 13:21:02 +01:00
macros.scm store special operators in the function slot 2010-12-07 13:21:02 +01:00
subrs.scm allow (setcar nil nil)' and (setcdr nil nil)' 2010-12-07 13:21:03 +01:00
value-slot.scm reformat comments 2010-12-07 13:21:01 +01:00