Skip to content
  • Nikodemus Siivola's avatar
    fix SANS -> REMOVE-FROM-PLIST in tests · a12ca477
    Nikodemus Siivola authored
     * So SANS is now REMOVE-FROM-PLIST.
    
       ...I have to say that I'm still not sure I like this:
    
         (remove-from-plist x y) ; which is the plist?
    
       The common usage in REMOVE &co is to put the element designators
       first. This is confusing.
    
       Maybe we really want both:
    
        function SANS plist &rest keys
        function REMOVE-FROM-PLIST keys plist
    a12ca477